aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/whowatch.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-1/+0
|
* [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
* [utils] Add `try_call`pukkandan2022-03-311-4/+5
|
* [extractor] Always prefer native hls downloader by defaultpukkandan2021-05-261-4/+2
| | | | When the manifest is not downloadable by native downloader, it already is able to detect it and switch to `ffmpeg`. So there doesn't seem to be a reason anymore to use ffmpeg as the preferred downloader
* [whowatch] Add extractor #292The Hatsune Daishi2021-05-021-0/+101
closes #223 Authored by: nao20010128nao Modified from: https://github.com/nao20010128nao/ytdl-patched/blob/9e4a0e061a558cdb05a618e27f47ca0ac56ece94/youtube_dl/extractor/whowatch.py