aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/ard.py
AgeCommit message (Collapse)Author
2024-11-04[ie/ARDMediathek] Extract chapters (#11442)chris
Authored by: iw0nderhow
2024-09-27[cleanup] Misc (#10807)bashonly
Closes #10751, Closes #10769, Closes #10791 Authored by: bashonly, Codenade, pzhlkj6612, seproDev, coletdjnz, grqz, Grub4K Co-authored-by: Codenade <amadeus.dorian04@gmail.com> Co-authored-by: Mozi <29089388+pzhlkj6612@users.noreply.github.com> Co-authored-by: sepro <4618135+seproDev@users.noreply.github.com> Co-authored-by: coletdjnz <coletdjnz@protonmail.com> Co-authored-by: N/Ame <173015200+grqz@users.noreply.github.com> Co-authored-by: Simon Sawicki <contact@grub4k.xyz>
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-04-01[ie, cleanup] No `from` stdlib imports in extractors (#8978)pukkandan
2024-01-21[ie/ard:mediathek] Support cookies to verify age (#9037)Stefan Lobbenmeier
Closes #9035 Authored by: StefanLobbenmeier
2024-01-05[ie/ard:mediathek] Revert to using old id (#8916)Simon Sawicki
Authored by: Grub4K
2023-12-30[ie/ARD] Overhaul extractors (#8878)sepro
Closes #8731, Closes #6784, Closes #2366, Closes #2975, Closes #8760 Authored by: seproDev
2023-12-24[ie/ARDBetaMediathek] Fix series extraction (#8687)Lars Strojny
Closes #7666 Authored by: lstrojny
2023-05-29[extractor/ARDBetaMediathek] Add thumbnail (#6890)Stefan Lobbenmeier
Closes #6889 Authored by: StefanLobbenmeier
2022-12-24[extractor/ARD] Add vtt subtitles (#5835)Giulio Muscarello
Authored by: CapacitorSet
2022-11-17[extractor] Deprecate `_sort_formats`pukkandan
2022-04-12[cleanup] Upgrade syntaxpukkandan
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
2022-03-08[ard] Fix valid URLpukkandan
Partial fix for #2975
2022-01-21[ard] Extract subtitles (#2409)Felix S
Fixes https://github.com/ytdl-org/youtube-dl/issues/30543, related: https://github.com/ytdl-org/youtube-dl/pull/17766 Authored by: fstirlitz
2021-12-15[extractor] Standardize `_live_title`pukkandan
2021-11-23[ARDBetaMediathek] Handle new URLspukkandan
Adapted from https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf Closes #1601
2021-08-23[extractor] Common function `_match_valid_url`pukkandan
2021-06-01Update to ytdl-commit-d495292pukkandan
[ard] Relax _VALID_URL and fix video ids https://github.com/ytdl-org/youtube-dl/commit/d495292852b6c2f1bd58bc2141ff2b0265c952cf Closes #357
2021-05-23[ard] Allow URLs without `-` before idOliver Freyermuth
https://github.com/ytdl-org/youtube-dl/pull/29091 Authored by: olifre
2021-04-17Add option `--ignore-no-formats-error`pukkandan
* Ignores the "no video format" and similar errors * Experimental - Some extractors may still throw these errors
2021-04-01[ard:mediathek] Fix video id extraction (Closes #202)pukkandan
2021-03-25Revert commit 8562218pukkandan
[ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf This was merged incorrectly
2021-03-25Update to ytdl-commit-8562218pukkandan
[ard] improve clip id extraction https://github.com/ytdl-org/youtube-dl/commit/8562218350a79d4709da8593bb0c538aa0824acf
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* 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