Skip to content

Commit 3d4f345

Browse files
authored
some clearance
Signed-off-by: Prakhar Shukla <SmokenX1@gmail.com>
1 parent b3dab4b commit 3d4f345

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,18 @@ A professional, Modern & actively maintained Python library for searching YouTub
2626
- 🚀 **No API Key Required** - Search YouTube without quotas or rate limits
2727
-**Fast & Reliable** - Optimized for performance with modern httpx
2828
- 🔄 **Sync & Async Support** - Use synchronous or asynchronous methods
29-
- 📦 **Rich Metadata** - Get videos, channels, playlists, comments, transcripts & more
29+
-**Dual Result Mode** -
30+
use ResultMode.dict or json [default dict] as you want
31+
- 📦 **Rich Metadata** - Get videos, channels, playlists, comments, suggestions, recommendations, transcripts & more
3032
- 🎯 **Advanced Filtering** - Sort by date, views, duration, and more
3133
- 🌐 **Multi-Region** - Search with language and region preferences
32-
- 🔧 **Modern** - Compatible with Python 3.7+ to current and httpx 0.28+
34+
- 🔧 **Modern** - Compatible with Python 3.7+ to current and httpx 0.28.1+
3335
- 💪 **Type Hints** - Full type annotations for better IDE support
3436

3537
---
3638

3739
## 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 replace import-
40+
- if your are a old user of this library & confused while migrating to this library don't be confused just replace existing imports with-
3941
- `youtubesearchpython.__future __`
4042
- to :
4143
- `youtubesearchpython.future` only

0 commit comments

Comments
 (0)