Uma biblioteca para realizar scraping de vídeos do YouTube procurando usos indevidos de sua música.
Reason this release was yanked:
Deprecated
Project description
vjtube
Esta biblioteca permite realizar scraping de vídeos do YouTube, salvando as informações de cada vídeo, como título, visualizações, canal e data de publicação, além de capturar screenshots dos vídeos.
Instalação
Você pode instalar esta biblioteca diretamente do PyPI (depois de publicada) com o pip:
pip install vjtube
Uso
from vjtube import YouTubeScraper
scraper = YouTubeScraper(termo_pesquisa="Gino & Geno")
videos = scraper.buscar_videos()
for video in videos:
print(f"Título: {video['titulo']}")
print(f"Canal: {video['canal']}")
print(f"Link: {video['link']}")
print(f"Views: {video['views']}")
print(f"Publicado em: {video['publicado_em']}")
Funcionalidade
- Busca vídeos no YouTube para termos específicos para buscar usos indevidos de sua música.
- Extrai e salva screenshots dos vídeos.
- Organiza as capturas em pastas por termo de pesquisa, tipo de vídeo e filtro.
- Retorna uma lista com informações detalhadas dos vídeos.
Licença
MIT License
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 vjtube-1.0.0.tar.gz.
File metadata
- Download URL: vjtube-1.0.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d49651ea9853fd3d25f3a641675f30e0378e1178d3923c2f84f2054ebefdeff5
|
|
| MD5 |
46ae987c4bb56b157b1857c24d83ae6b
|
|
| BLAKE2b-256 |
e3eda38dd205a9263437cf2e2f25c1f7d53a7761299e8b91e69ed663faeae666
|
File details
Details for the file vjtube-1.0.0-py3-none-any.whl.
File metadata
- Download URL: vjtube-1.0.0-py3-none-any.whl
- Upload date:
- Size: 4.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49c9ef39405c4e49db9a927bd4f6a0983fb8e4364c329e2add19349755147dbc
|
|
| MD5 |
8d71ff91ade4245a00bd98cfaf801421
|
|
| BLAKE2b-256 |
8b808b18d4f14efa689cbdaf65bc679b94b15f1222dbe3bd920856dc79fc21fe
|