A library to extract information from YouTube URLs.
Project description
ytu
A library to extract information from YouTube URLs. Currently provides the function video_id to retrieve the video ID from a YouTube URL.
Usage
import ytu
url = 'https://www.youtube.com/watch?v=dQw4w9WgXcQ'
if ytu.is_youtube(url):
print(ytu.video_id(url))
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.2.0 (2019-07-27)
Add is_youtube function to check if a URL belongs to a recognized YouTube domain.
Add type hints to ytu functions and drop Python 3.4 support accordingly.
Rename get_param_value to param_value.
0.1.0 (2019-07-27)
First release on PyPI.
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
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 ytu-0.2.0.tar.gz.
File metadata
- Download URL: ytu-0.2.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1cc92ee6bf9c60f79a31729fa4c0fc12126be899ef00b5e638e76677fefea791
|
|
| MD5 |
e1d88092e26b546c955fc02107b5fe3e
|
|
| BLAKE2b-256 |
226e53eaf65b0c8534dff22c58db1582caba257147a1392f849987f984076d4d
|
File details
Details for the file ytu-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: ytu-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2c63a41bf4a308eb5aa98852e635ae00529f37272cf325655eb152b6c05b472
|
|
| MD5 |
2c2d79df8b7a80302c04306e4462410c
|
|
| BLAKE2b-256 |
a31f4822386259154ed3d910da37ff6243444cb96312bbceba4c598fbc68b908
|