Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -3/+0 |
| | |||||
* | [openrec:movie] Enable fallback for /movie/ URLs | Lesmiscore | 2022-04-19 | 1 | -2/+2 |
| | | | | Closes #3474 | ||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -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-04 | 1 | -7/+23 |
| | | | Authored by: Lesmiscore | ||||
* | [openrec] Refactor extractors (#2941) | Lesmiscore (Naoya Ozaki) | 2022-03-09 | 1 | -42/+26 |
| | | | Authored by: Lesmiscore | ||||
* | [downloader] Do not use aria2c for non-native `m3u8` | pukkandan | 2022-02-11 | 1 | -2/+1 |
| | | | | Closes #2718 | ||||
* | [openrec] Add movie extractor (#2222) | Lesmiscore (The Hatsune Daishi) | 2022-01-04 | 1 | -38/+66 |
| | | | | Closes #2218 Authored by: Lesmiscore | ||||
* | [openrec] Add extractors (#624) | The Hatsune Daishi | 2021-08-04 | 1 | -0/+126 |
Authored by: nao20010128nao |