Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update from upstream | Jesús | 2021-10-18 | 1 | -452/+0 |
| | |||||
* | [ard] Relax _VALID_URL and fix video ids (closes #22724, closes #29091) | Sergey M․ | 2021-05-30 | 1 | -6/+15 |
| | |||||
* | [ard] improve clip id extraction(#22724)(closes #28528) | Remita Amine | 2021-03-24 | 1 | -12/+11 |
| | |||||
* | [ard] Improve formats extraction (closes #28155) | Sergey M․ | 2021-02-14 | 1 | -11/+33 |
| | |||||
* | [ard] Fix title and description extraction and update tests (#27761) | Adrian Heine né Lang | 2021-01-17 | 1 | -18/+18 |
| | |||||
* | [ard:beta] Extend _VALID_URL (closes #25405) | Sergey M․ | 2020-05-29 | 1 | -3/+16 |
| | |||||
* | [ard] Improve _VALID_URL (closes #25134) (#25198) | Michael Klein | 2020-05-20 | 1 | -1/+4 |
| | |||||
* | [ard] add a missing condition | Remita Amine | 2020-01-19 | 1 | -2/+3 |
| | |||||
* | [ard] improve extraction(closes #23761) | Remita Amine | 2020-01-17 | 1 | -126/+131 |
| | | | | | | - simplify extraction - extract age limit and series - bypass geo-restriction | ||||
* | [ard:beta] Improve extraction robustness, fix subtitles extraction, improve ↵ | Sergey M․ | 2018-12-17 | 1 | -18/+40 |
| | | | | geo restricted videos extraction | ||||
* | [ard:beta] Relax _VALID_URL (closes #18441) | Sergey M․ | 2018-12-17 | 1 | -2/+12 |
| | |||||
* | [ard:mediathek] Add support for classic.ardmediathek.de (closes #18473) | Sergey M․ | 2018-12-10 | 1 | -1/+4 |
| | |||||
* | [ard:mediathek] Fix title and description extraction (closes #18349) | Alexander Seiler | 2018-12-07 | 1 | -2/+7 |
| | |||||
* | [ard] Add support for one.ard.de | LangerJan | 2018-09-01 | 1 | -1/+4 |
| | |||||
* | [ard] extract f4m formats | Remita Amine | 2018-09-01 | 1 | -6/+3 |
| | |||||
* | [ard] beta mediathek: make regexp for JSON more robust | Philipp Hagemeister | 2018-09-01 | 1 | -1/+1 |
| | |||||
* | [ard] Better format handling | Philipp Hagemeister | 2018-09-01 | 1 | -4/+18 |
| | | | | Skip f4m, doesn't work (yet); correctly extract m3u8, and prefer plain HTTP files. | ||||
* | [ard] Add support for Beta ARD Mediathek | Philipp Hagemeister | 2018-09-01 | 1 | -0/+62 |
| | | | | Thanks to https://blog.fefe.de/?ts=a577685d for pointing out support is missing. | ||||
* | Improve URL extraction | Sergey M․ | 2018-07-21 | 1 | -2/+2 |
| | |||||
* | [ard] Remove dead tests | Sergey M․ | 2018-02-25 | 1 | -57/+6 |
| | |||||
* | [ard] Add alive tests | Wandang | 2018-02-25 | 1 | -2/+29 |
| | |||||
* | [ard] Skip invalid stream URLs (closes #14906) | Sergey M․ | 2017-12-05 | 1 | -3/+4 |
| | |||||
* | Fix some regexes | Sergey M․ | 2017-10-09 | 1 | -1/+1 |
| | |||||
* | [ard] Add support for lives (closes #13771) | Sergey M․ | 2017-07-29 | 1 | -3/+11 |
| | |||||
* | Fix "invalid escape sequences" error on Python 3.6 | Yen Chi Hsuan | 2017-01-06 | 1 | -1/+1 |
| | |||||
* | [ard] Remove age restriction check (closes #11129) | Sergey M․ | 2016-11-06 | 1 | -2/+0 |
| | |||||
* | [ard] Fix typo | neutric | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | [ard] Detect unavailable videos (closes #11018) | Sergey M․ | 2016-10-25 | 1 | -4/+10 |
| | |||||
* | Add missing r prefix for _VALID_URLs | stepshal | 2016-09-08 | 1 | -1/+1 |
| | |||||
* | [ard:mediathek] Skip unavailable test | Sergey M․ | 2016-07-28 | 1 | -0/+1 |
| | |||||
* | [ard] Add test for rbb-online | Sergey M․ | 2016-07-18 | 1 | -0/+11 |
| | |||||
* | [ard] Add support for rbb-online (Closes #10095) | Sergey M․ | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | [ard] fix f4m extraction and skip tests with 404 errors | Remita Amine | 2016-07-09 | 1 | -4/+12 |
| | |||||
* | [ard] Remove SportschauIE, which is now based on WDR (#9799) | Yen Chi Hsuan | 2016-06-18 | 1 | -39/+0 |
| | |||||
* | [ard] Change subtitles extension to ttml (Closes #9169) | Sergey M․ | 2016-04-12 | 1 | -1/+1 |
| | | | | ttml is now served instead of srt | ||||
* | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | 2015-12-29 | 1 | -8/+4 |
| | | | | Now all _extract_*_formats routines return a list | ||||
* | [srmediathek] improve extraction | remitamine | 2015-12-25 | 1 | -4/+10 |
| | |||||
* | [compat] compat_etree_fromstring: also decode the text attribute | Jaime Marquínez Ferrándiz | 2015-10-26 | 1 | -2/+2 |
| | | | | Deletes parse_xml from utils, because it also does it. | ||||
* | [ard:mediathek] Add test for direct mp4 | Sergey M․ | 2015-07-20 | 1 | -0/+10 |
| | |||||
* | [ard:mediathek] Remove dead test | Sergey M․ | 2015-07-20 | 1 | -8/+12 |
| | |||||
* | [ard:mediathek] Add audio test | Sergey M․ | 2015-07-20 | 1 | -2/+13 |
| | |||||
* | [sportschau] Reimplement in terms of ard extractor | Sergey M․ | 2015-07-20 | 1 | -0/+39 |
| | |||||
* | [ard] Extract all formats | Sergey M․ | 2015-07-19 | 1 | -34/+91 |
| | |||||
* | [ard] Capture and output time restricted videos (Closes #5213) | Sergey M․ | 2015-03-16 | 1 | -0/+3 |
| | |||||
* | [ard] Remove deleted video test case | Philipp Hagemeister | 2015-02-01 | 1 | -7/+1 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+0 |
| | |||||
* | [ard] make rss match more universal | Ole Ernst | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | [ard] Add rss support | Ole Ernst | 2014-10-10 | 1 | -0/+7 |
| | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-09-28 | 1 | -2/+0 |
| | |||||
* | [ard] Remove URL path escaping | Sergey M․ | 2014-09-16 | 1 | -3/+0 |
| | | | | This is now implemented generic in YoutubeDL.urlopen |