Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update to ytdl-commit-2dd6c6e | pukkandan | 2023-02-17 | 1 | -5/+50 |
| | | | | | | | | | | [YouTube] Avoid crash if uploader_id extraction fails https://github.com/ytdl-org/youtube-dl/commit/2dd6c6edd8e0fc5e45865b8e6d865e35147de772 Except: * 295736c9cba714fb5de7d1c3dd31d86e50091cf8 [jsinterp] Improve parsing * 384f632e8a9b61e864a26678d85b2b39933b9bae [ITV] Overhaul ITV extractor * 33db85c571304bbd6863e3407ad8d08764c9e53b [feat]: Add support to external downloader aria2p | ||||
* | [extractor] Deprecate `_sort_formats` | pukkandan | 2022-11-17 | 1 | -1/+0 |
| | |||||
* | [extractor] Improve `_generic_title` | pukkandan | 2022-10-31 | 1 | -3/+1 |
| | |||||
* | [cleanup] Upgrade syntax | pukkandan | 2022-04-12 | 1 | -1/+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 | ||||
* | [cleanup] Use `_html_extract_title` | pukkandan | 2022-04-04 | 1 | -1/+1 |
| | |||||
* | [callin] Add extractor (#2000) | foghawk | 2022-01-07 | 1 | -0/+114 |
Authored by: foghawk |