about summary refs log tree commit diff
path: root/youtube_dl/extractor/ard.py
Commit message (Expand)AuthorAgeFilesLines
* [ARD] Back-port subtitle extraction from yt-dlp PR 2409dirkf2022-02-071-0/+15
* [ard] Relax _VALID_URL and fix video ids (closes #22724, closes #29091)Sergey M․2021-05-301-6/+15
* [ard] improve clip id extraction(#22724)(closes #28528)Remita Amine2021-03-241-12/+11
* [ard] Improve formats extraction (closes #28155)Sergey M․2021-02-141-11/+33
* [ard] Fix title and description extraction and update tests (#27761)Adrian Heine né Lang2021-01-171-18/+18
* [ard:beta] Extend _VALID_URL (closes #25405)Sergey M․2020-05-291-3/+16
* [ard] Improve _VALID_URL (closes #25134) (#25198)Michael Klein2020-05-201-1/+4
* [ard] add a missing conditionRemita Amine2020-01-191-2/+3
* [ard] improve extraction(closes #23761)Remita Amine2020-01-171-126/+131
* [ard:beta] Improve extraction robustness, fix subtitles extraction, improve g...Sergey M․2018-12-171-18/+40
* [ard:beta] Relax _VALID_URL (closes #18441)Sergey M․2018-12-171-2/+12
* [ard:mediathek] Add support for classic.ardmediathek.de (closes #18473)Sergey M․2018-12-101-1/+4
* [ard:mediathek] Fix title and description extraction (closes #18349)Alexander Seiler2018-12-071-2/+7
* [ard] Add support for one.ard.deLangerJan2018-09-011-1/+4
* [ard] extract f4m formatsRemita Amine2018-09-011-6/+3
* [ard] beta mediathek: make regexp for JSON more robustPhilipp Hagemeister2018-09-011-1/+1
* [ard] Better format handlingPhilipp Hagemeister2018-09-011-4/+18
* [ard] Add support for Beta ARD MediathekPhilipp Hagemeister2018-09-011-0/+62
* Improve URL extractionSergey M․2018-07-211-2/+2
* [ard] Remove dead testsSergey M․2018-02-251-57/+6
* [ard] Add alive testsWandang2018-02-251-2/+29
* [ard] Skip invalid stream URLs (closes #14906)Sergey M․2017-12-051-3/+4
* Fix some regexesSergey M․2017-10-091-1/+1
* [ard] Add support for lives (closes #13771)Sergey M․2017-07-291-3/+11
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* [ard] Remove age restriction check (closes #11129)Sergey M․2016-11-061-2/+0
* [ard] Fix typoneutric2016-10-271-1/+1
* [ard] Detect unavailable videos (closes #11018)Sergey M․2016-10-251-4/+10
* Add missing r prefix for _VALID_URLsstepshal2016-09-081-1/+1
* [ard:mediathek] Skip unavailable testSergey M․2016-07-281-0/+1
* [ard] Add test for rbb-onlineSergey M․2016-07-181-0/+11
* [ard] Add support for rbb-online (Closes #10095)Sergey M․2016-07-171-1/+1
* [ard] fix f4m extraction and skip tests with 404 errorsRemita Amine2016-07-091-4/+12
* [ard] Remove SportschauIE, which is now based on WDR (#9799)Yen Chi Hsuan2016-06-181-39/+0
* [ard] Change subtitles extension to ttml (Closes #9169)Sergey M․2016-04-121-1/+1
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-8/+4
* [srmediathek] improve extractionremitamine2015-12-251-4/+10
* [compat] compat_etree_fromstring: also decode the text attributeJaime Marquínez Ferrándiz2015-10-261-2/+2
* [ard:mediathek] Add test for direct mp4Sergey M․2015-07-201-0/+10
* [ard:mediathek] Remove dead testSergey M․2015-07-201-8/+12
* [ard:mediathek] Add audio testSergey M․2015-07-201-2/+13
* [sportschau] Reimplement in terms of ard extractorSergey M․2015-07-201-0/+39
* [ard] Extract all formatsSergey M․2015-07-191-34/+91
* [ard] Capture and output time restricted videos (Closes #5213)Sergey M․2015-03-161-0/+3
* [ard] Remove deleted video test casePhilipp Hagemeister2015-02-011-7/+1
* PEP8 appliedJouke Waleson2014-11-231-1/+0
* [ard] make rss match more universalOle Ernst2014-10-221-1/+1
* [ard] Add rss supportOle Ernst2014-10-101-0/+7
* Remove unused importsPhilipp Hagemeister2014-09-281-2/+0
* [ard] Remove URL path escapingSergey M․2014-09-161-3/+0