Video src crawler
Project description
Web crawler to extract video data from HTML, MRSS and more.
This library primarily extracts the source attributes / tags from the HTML5 <video/> element.
Motivation
I needed to be able to enumerate videos from multiple different websites and formats.
Backends
A given URL is handled by a specific backend which knows how to interpret the HTML.
HTML
Meant to read from a static HTML page or index page generated by a webserver when viewing a directory full of video files. Looks for videos in <video/> and <a/> tags.
MRSS
Media RSS is a syndication format for media. As such we don’t really need to crawl the given URL but simply parse it and return the listed videos.
Peertube
Utilizes the PeerTube REST API to fetch video information.
Rumble
Uses web scraping to fetch video information. Utilizes Chromium to allow Javascript execution.
Timcast
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 Distributions
Built Distribution
File details
Details for the file videosrc-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: videosrc-0.1.3-py3-none-any.whl
- Upload date:
- Size: 86.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 colorama/0.4.4 importlib-metadata/4.6.4 keyring/23.5.0 pkginfo/1.8.2 readme-renderer/34.0 requests-toolbelt/0.9.1 requests/2.25.1 rfc3986/1.5.0 tqdm/4.57.0 urllib3/1.26.5 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84e1c1d6d427f83982c105ddc7f61c32ecc0ad98a7425eb203f44bf9ffc8c6a3 |
|
MD5 | a640ae81e190f32fbf5208c61e7fe333 |
|
BLAKE2b-256 | a18ec7564003a3691579a861878e61473bdf5c4e0d11bea3c027b61090d4528a |