Lightweight Python 3 library for searching youtube videos without API key
Project description
searchyt
Lightweight Python 3 library for searching youtube videos
Usage:
from searchyt import searchyt
syt = searchyt()
res = syt.search("Cute Little Puppy Doing Cute things")
for r in res:
print(r)
Prints:
{'title': 'Cute Little Puppy Doing Cute things', 'author': 'YourUncleMoe', 'id': 'j5a0jTc9S10', 'thumb': 'https://i.ytimg.com/vi/j5a0jTc9S10/hqdefault.jpg'}
{'title': 'Cute Puppies Doing Funny Stuff', 'author': 'Kids And Animals Are The Best', 'id': 'Ce7hJ24a8yM', 'thumb': 'https://i.ytimg.com/vi/Ce7hJ24a8yM/hqdefault.jpg'}
{'title': 'Cutest Puppies Doing Funny Things - Cute Little Puppies Funny Videos | Cute Puppy Dog Compilation', 'author': 'Puppies TV', 'id': 'R7lnqfS1dUA', 'thumb': 'https://i.ytimg.com/vi/R7lnqfS1dUA/hqdefault.jpg'}
...
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
searchyt-0.1.1.tar.gz
(7.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file searchyt-0.1.1.tar.gz.
File metadata
- Download URL: searchyt-0.1.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50914e87ccf489b9c9f322e39000c94477a7c57598ce12496638aba5c4c550fe
|
|
| MD5 |
c9b243e2fadee8b325fa8e73012a42c1
|
|
| BLAKE2b-256 |
5c32ed5620a59f2a433ed6ca51b338c15b6a930ad8bd3f71985f686205f8710d
|
File details
Details for the file searchyt-0.1.1-py3-none-any.whl.
File metadata
- Download URL: searchyt-0.1.1-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.23.4 CPython/3.6.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8a8521ec6ff808b38f109d5472bc98fa581a22d5db517244cd55934dd898e68
|
|
| MD5 |
300de61912966ebace15de059b4cbeba
|
|
| BLAKE2b-256 |
bc071d1ff410af314c50072af4148033885c02994f48b5e7dc7d1d16f323146d
|