aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/orf.py
Commit message (Collapse)AuthorAgeFilesLines
* [compat, networking] Deprecate old functions (#2861)coletdjnz2023-07-151-1/+1
| | | | Authored by: coletdjnz, pukkandan
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-4/+0
|
* [extractor/orf:radio] Rewrite extractorspukkandan2022-08-021-180/+100
| | | | Closes #4522
* [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
* [docs,cleanup] Fix linter and misc cleanuppukkandan2022-01-241-1/+0
| | | | Closes #2419
* [orf:tvthek] Lazy playlist extraction and obey --no-playlistpukkandan2022-01-241-100/+126
| | | | Closes #2411
* [utils] Add `join_nonempty`pukkandan2021-11-061-6/+2
|
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-1/+1
|
* Update to ytdl-commit-379f52apukkandan2021-06-231-0/+3
| | | | | [liveleak] Remove extractor https://github.com/ytdl-org/youtube-dl/commit/379f52a4954013767219d25099cce9e0f9401961
* Update to ytdl-commit-c2350capukkandan2021-06-081-1/+20
| | | | | Update MSVC 2010 redist URL https://github.com/ytdl-org/youtube-dl/commit/c2350cac243ba1ec1586fe85b0d62d1b700047a2
* Update to ytdl-commit-dfbbe29pukkandan2021-05-201-1/+1
| | | | | [redbulltv] fix embed data extraction https://github.com/ytdl-org/youtube-dl/commit/dfbbe2902fc67f0f93ee47a8077c148055c67a9b
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+570
* 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