aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/yt_data_extract/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Check for 403 errors and fallback on InvidiousJames Taylor2020-02-011-1/+2
| | | | 403 errors on the video urls happen typically when a video has copyrighted content or was livestreamed originally. They appear to not happen (or at least happen less frequently) if the Tor exit node used ipv6, however.
* Extraction: Move non-stateful signature decryption functionality into ↵James Taylor2019-12-191-1/+2
| | | | yt_data_extract
* Extraction: Move html post processing stuff from yt_data_extract to utilJames Taylor2019-12-191-2/+1
|
* Extraction: Split yt_data_extract.py into multiple filesJames Taylor2019-12-191-0/+11