Skip to content

Commit 260865f

Browse files
authored
Update README.md
Signed-off-by: Prakhar Shukla <SmokenX1@gmail.com>
1 parent 44aa2a8 commit 260865f

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ A professional, Modern & actively maintained Python library for searching YouTub
3535
---
3636

3737
## Old youtube-search-python User?
38-
- if your are old user of this library & confused while migration to this library don't be confused just remove _ _ future _ _ imports to `youtube-search-python.future` only
38+
- if your are old user of this library & confused while migration to this library don't be confused just replace import-
39+
- `youtubesearchpython.__future __`
40+
- to :
41+
- `youtubesearchpython.future` only
3942

4043
## 📦 Installation
4144

@@ -50,7 +53,7 @@ pip3 install yt-search-python
5053
pip install git+https://github.com/BillaSpace/youtube-search-python.git
5154
```
5255

53-
### Via git requirements.txt
56+
### for requirements.txt via git
5457

5558
```text
5659
git+https://github.com/BillaSpace/youtube-search-python.git
@@ -100,7 +103,8 @@ asyncio.run(main())
100103

101104
## 📚 Documentation
102105

103-
### Core Documentation
106+
### Core Documentations
107+
- **[Async Page?](https://github.com/BillaSpace/yt-search-python/youtubesearchpython/future/)**
104108
- **[API Reference](docs.md)** - Complete API documentation with all classes and methods
105109
- **[Usage Examples](docs/)** - Comprehensive examples for all features:
106110
- [Search Examples](docs/search_examples.md) - All search classes with filters
@@ -253,7 +257,7 @@ This library is not affiliated with YouTube or Google Inc. It uses YouTube's int
253257
---
254258
## 🔁 Credits
255259

256-
- **Current Developer:** [Prakhar](https://github.com/BillaSpace)
260+
- **Current Dev:** [Prakhar](https://github.com/BillaSpace)
257261
- **Old Author:** [Hitesh Kumar Saini](https://github.com/alexmercerind)
258262

259263
---
@@ -263,8 +267,8 @@ This library is not affiliated with YouTube or Google Inc. It uses YouTube's int
263267

264268
- If you find this library useful, please consider to support the developer by giving a fork & ✳️ star on [GitHub](https://github.com/BillaSpace/youtube-search-python) ,
265269

266-
- if i found this library is really useful n necessary for everyone i'll keep maintaining on [pypi](https://pypi.org/project/yt-search-python) as -;
267-
`yt-search-python`
270+
- if i found this library is really useful n necessary for everyone i'll keep maintaining on [pypi](https://pypi.org/project/yt-search-python) as :
271+
~ `yt-search-python`
268272

269273
---
270274

0 commit comments

Comments
 (0)