aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/openrec.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-3/+0
|
* [openrec:movie] Enable fallback for /movie/ URLsLesmiscore2022-04-191-2/+2
| | | | Closes #3474
* [cleanup] Upgrade syntaxpukkandan2022-04-121-3/+0
| | | | | | | | | | Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
* [openrec] Download archived livestreams (#3267)Lesmiscore (Naoya Ozaki)2022-04-041-7/+23
| | | Authored by: Lesmiscore
* [openrec] Refactor extractors (#2941)Lesmiscore (Naoya Ozaki)2022-03-091-42/+26
| | | Authored by: Lesmiscore
* [downloader] Do not use aria2c for non-native `m3u8`pukkandan2022-02-111-2/+1
| | | | Closes #2718
* [openrec] Add movie extractor (#2222)Lesmiscore (The Hatsune Daishi)2022-01-041-38/+66
| | | | Closes #2218 Authored by: Lesmiscore
* [openrec] Add extractors (#624)The Hatsune Daishi2021-08-041-0/+126
Authored by: nao20010128nao