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.0.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.0.tar.gz.
File metadata
- Download URL: searchyt-0.1.0.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 |
fc0f17af03a2efc561bf630d47c8befc66f2f91a4c6c89a331de1fbd4b80baef
|
|
| MD5 |
883e502dd4769f489d2224a45f150192
|
|
| BLAKE2b-256 |
a0df4fc9e0d1516ab8ac8ee911f522b300ea1d7f6fa7f952c1ddf7680613ceaa
|
File details
Details for the file searchyt-0.1.0-py3-none-any.whl.
File metadata
- Download URL: searchyt-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.6 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 |
c3176c85d4fe839a2440e3850304dfb28e117954d024aaddc85f2f5a74bda586
|
|
| MD5 |
f7dfd7ba12ac1c4cdd709c950ab9d0bd
|
|
| BLAKE2b-256 |
21e82e276b8eda931ea8fca2a6e9f8fc7c9883b33ad5f2f058f734811023150c
|