aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/zdf.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/zdf] Fix formats extractionbashonly2023-06-051-1/+4
| | | | | Closes #7238, Closes #7240 Authored by: bashonly
* [extractor/zdf] Use android API endpoint for UHD downloads (#6150)sepro2023-02-041-7/+21
| | | Authored by: seproDev
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-2/+1
|
* Update to ytdl-commit-de39d128pukkandan2022-11-071-73/+57
| | | | | | | [extractor/ceskatelevize] Back-port extractor from yt-dlp https://github.com/ytdl-org/youtube-dl/commit/de39d1281cea499cb1adfce5ff7e0a56f1bad5fe Closes #5361, Closes #4634, Closes #5210
* [extractor/zdf] Fix bug in 62b2b736e741095d9136c423f37c588fca267d61pukkandan2022-06-131-1/+1
| | | | Closes #4061
* [extractor/zdf] Improve format sorting (#4040)Elyse2022-06-101-2/+16
| | | | | Closes #4020 Authored by: elyse0
* [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
* Update to ytdl-commit-6508688pukkandan2022-03-051-7/+38
| | | | | | | | | | | | Make default upload_/release_date a compat_str https://github.com/ytdl-org/youtube-dl/commit/6508688e88c83bb811653083db9351702cd39a6a Except: * "[NDR] Overhaul NDR and NJoy extractors" https://github.com/ytdl-org/youtube-dl/pull/30531 - https://github.com/ytdl-org/youtube-dl/commit/01824d275bfa7efbaca274b38c1ddc2b03f12f5d - https://github.com/ytdl-org/youtube-dl/commit/39a98b09a2acf50dc64bc41185be723b98e740b9 - https://github.com/ytdl-org/youtube-dl/commit/f0a05a55c2ee512880546c056cfbec5ad3399798 - https://github.com/ytdl-org/youtube-dl/commit/4186e817772d49d6f66b07c5ac8c248f026a6446
* [zdf] Add chapter extraction (#2198)chris2022-01-021-11/+26
| | | Authored by: iw0nderhow
* [zdf] Support videos with different ptmd location (#1893)chris2021-12-091-15/+20
| | | Authored by: iw0nderhow
* [utils] Add `join_nonempty`pukkandan2021-11-061-3/+3
|
* [zdf] Improve format sortingpukkandan2021-09-241-20/+22
| | | | Closes #910
* Update to ytdl-2021.03.02pukkandan2021-03-021-79/+125
|
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+332
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan