Video Crawler
Project description
vidcrawler
Crawls major videos sites like YouTube/Rumble/Bitchute/Brighteon for video content and reports what it finds.
Platform Unit Tests
API
Command line
vidcrawler --input_crawl_json "fetch_list.json" --output_json "out_list.json"
Python
from vidcrawler import crawl_video_sites
crawl_list = [
["channel name", "source", "channel_id"]
]
output = crawl_video_sites(crawl_list)
"source" and "channel_id" are used to generate the video-platform-specific urls to fetch data. The "channel name" is echo'd back in the generated json feeds, but doesn't not affect the fetching process in any way.
Testing
Install vidcrawler and then the command vidcralwer_test
will become available.
$ pip install vidcrawler
$ vidcrawler_test
Example input fetch_list.json
[
[
"Health Ranger Report",
"brighteon",
"hrreport"
],
[
"Sydney Watson",
"youtube",
"UCSFy-1JrpZf0tFlRZfo-Rvw"
],
[
"Computing Forever",
"bitchute",
"hybm74uihjkf"
],
[
"ThePeteSantilliShow",
"rumble",
"ThePeteSantilliShow"
],
[
"Macroaggressions",
"odysee",
"Macroaggressions"
]
]
Releases
- 1.0.3: Bump
- 1.0.2: Updates testing
- 1.0.1: improves command line
- 1.0.0: Initial release
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
vidcrawler-1.0.3.tar.gz
(26.5 kB
view details)
Built Distribution
File details
Details for the file vidcrawler-1.0.3.tar.gz
.
File metadata
- Download URL: vidcrawler-1.0.3.tar.gz
- Upload date:
- Size: 26.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fa16692b43cc35e15a420e8e12124276eaa9bfabfc73061e3521cd57d196a3cf |
|
MD5 | fb47445276d4a1ca8616701a48897aa5 |
|
BLAKE2b-256 | 29d9d0aa73e8daecc7056013c15415ebdaa279bab3c2a71f96e1896094ca9c69 |
File details
Details for the file vidcrawler-1.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: vidcrawler-1.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 36.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6c65860e82fe5a9c53f67b45cc2de48321df78ce30d49dcd3b7e59dc0002004 |
|
MD5 | 516a5bbfa6beddbe39549c4f02b85fdd |
|
BLAKE2b-256 | 8d4c3dc7c9b0a9243edbd673f1ab1983bcee59b78cc96985606a06a08e4ed461 |