aboutsummaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/ard.py
Commit message (Collapse)AuthorAgeFilesLines
* [extractor/ARDBetaMediathek] Add thumbnail (#6890)Stefan Lobbenmeier2023-05-291-8/+36
| | | | Closes #6889 Authored by: StefanLobbenmeier
* [extractor/ARD] Add vtt subtitles (#5835)Giulio Muscarello2022-12-241-8/+11
| | | Authored by: CapacitorSet
* [extractor] Deprecate `_sort_formats`pukkandan2022-11-171-4/+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
* [ard] Fix valid URLpukkandan2022-03-081-5/+14
| | | | Partial fix for #2975
* [ard] Extract subtitles (#2409)Felix S2022-01-211-0/+15
| | | | Fixes https://github.com/ytdl-org/youtube-dl/issues/30543, related: https://github.com/ytdl-org/youtube-dl/pull/17766 Authored by: fstirlitz
* [extractor] Standardize `_live_title`pukkandan2021-12-151-1/+1
|
* [ARDBetaMediathek] Handle new URLspukkandan2021-11-231-16/+32
| | | | | Adapted from https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf Closes #1601
* [extractor] Common function `_match_valid_url`pukkandan2021-08-231-3/+3
|
* Update to ytdl-commit-d495292pukkandan2021-06-011-6/+15
| | | | | | | [ard] Relax _VALID_URL and fix video ids https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf Closes #357
* [ard] Allow URLs without `-` before idOliver Freyermuth2021-05-231-1/+4
| | | | | | https://github.com/ytdl-org/youtube-dl/pull/29091 Authored by: olifre
* Add option `--ignore-no-formats-error`pukkandan2021-04-171-2/+2
| | | | | * Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
* [ard:mediathek] Fix video id extraction (Closes #202)pukkandan2021-04-011-1/+2
|
* Revert commit 8562218pukkandan2021-03-251-10/+11
| | | | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf This was merged incorrectly
* Update to ytdl-commit-8562218pukkandan2021-03-251-11/+10
| | | | | [ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
* Completely change project name to yt-dlp (#85)Pccode662021-02-251-0/+596
* 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