🔎 Search for videos, channels and playlists on YouTube quickly and easily.
Project description
Tube Search - Youtube fast and practical search engine in Python
Tube Search is an asynchronous, constantly up-to-date and written python library, aiming to do research simply, practically and quickly on YouTube.
Search for Video (1 Video)
from asyncio import run
from tube_search import VideoSearch
async def main() -> None:
video = await VideoSearch().video(
query="Elektronomia",
language="en-US",
region="US"
)
print(video)
print()
print(video.videoTitle)
run(main())
Output from search video (1 video)
$ TubeVideoInfo(videoID='TW9d8vYrVFQ', videoTitle='Elektronomia - Sky High | Progressive House | NCS - Copyright Free Music', videoDuration='3:58', publishedTime='8 years ago', videoViewCount=TubeViewsInfo(view_count='264,461,922 views', view_abbr_count='264M views'), thumbnails=[TubeThumbnailsInfo(url='https://i.ytimg.com/vi/TW9d8vYrVFQ/hqdefault.jpg?sqp=-oaymwEcCOADEI4CSFXyq4qpAw4IARUAAIhCGAFwAcABBg==&rs=AOn4CLDzHv6boRaBnEoZWSNFdZRGVdUmJw', width=480, height=270)], descriptionSnippet='#nocopyrightsounds #copyrightfree #music #song #edm #dancemusic #royaltyfreemusic #copyrightfreemusic #nocopyrightmusic\xa0...', channel=TubeChannelInfo(title='NoCopyrightSounds', id='UC_aEa8K-EOJ3D6gOs7HcyNg', thumbnails=[TubeThumbnailsInfo(url='https://yt3.ggpht.com/opGwWu2ScRBy-OA81LIzKwSatxlVKjjNyAdt4fWh4LoLzldx05Sdf3OGQz0Fz78ziZ9RLP4=s68-c-k-c0x00ffffff-no-rj', width=68, height=68)], url='https://www.youtube.com/channel/UC_aEa8K-EOJ3D6gOs7HcyNg'), accessibility=TubeAccessibilityInfo(title='Elektronomia - Sky High | Progressive House | NCS - Copyright Free Music 3 minutes, 58 seconds', duration='3 minutes, 58 seconds'), url='https://www.youtube.com/watch?v=TW9d8vYrVFQ', shelfTitle=None)
Elektronomia - Sky High | Progressive House | NCS - Copyright Free Music
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
tube_search-0.0.1.tar.gz
(4.1 kB
view details)
File details
Details for the file tube_search-0.0.1.tar.gz.
File metadata
- Download URL: tube_search-0.0.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8f2d8a6b9914b52cfb233803453c6eb660cb21ecf6b1674fd6a57da0a73e3f4
|
|
| MD5 |
7fd5c6abae566de02b7a21f14204f078
|
|
| BLAKE2b-256 |
3a97ccd747f15a5104aed295c890779d585f1945eb9ad8f7e770c1445999c7a7
|