Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve some _VALID_URLs | stepshal | 2016-09-14 | 1 | -1/+1 |
| | |||||
* | [bbc:playlist] Fix tests | Sergey M․ | 2016-08-16 | 1 | -18/+18 |
| | |||||
* | [bbc:playlist] Add support for pagination (Closes #10349) | Sergey M․ | 2016-08-16 | 1 | -6/+42 |
| | |||||
* | [bbc] Add proper default to _search_json_ld call | Sergey M․ | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | [bbc] Remove proxy from test | Sergey M․ | 2016-08-07 | 1 | -1/+0 |
| | |||||
* | [bbc] PEP 8 | Sergey M․ | 2016-08-07 | 1 | -2/+2 |
| | |||||
* | [bbc] Add support for morph embeds (Closes #10239) | Sergey M․ | 2016-08-07 | 1 | -0/+64 |
| | |||||
* | [bbc] preserve format_id backward compatibility | Remita Amine | 2016-08-07 | 1 | -1/+1 |
| | |||||
* | [bbc] fix test | Remita Amine | 2016-08-06 | 1 | -1/+1 |
| | |||||
* | [bbc] reduce requests and improve format_id | Remita Amine | 2016-08-06 | 1 | -1/+8 |
| | |||||
* | [bbc] improve extraction | Remita Amine | 2016-08-06 | 1 | -92/+83 |
| | | | | | | - extract f4m and dash formats - improve format sorting and listing - improve extraction of articles with `otherSettings.playlist` | ||||
* | [bbc.co.uk:iplayer:playlist] Add support for group URLs | Sergey M․ | 2016-07-21 | 1 | -3/+12 |
| | |||||
* | [bbc.co.uk:iplayer:playlist] Skip unavailable test | Sergey M․ | 2016-07-21 | 1 | -0/+1 |
| | |||||
* | [bbc] Improve extraction from sxml playlists | Sergey M․ | 2016-07-19 | 1 | -3/+17 |
| | |||||
* | Revert "[bbc] extract more and better qulities from Unified Streaming ↵ | Sergey M․ | 2016-07-17 | 1 | -18/+21 |
| | | | | | | Platform m3u8 manifests" This reverts commit 0385aa6199206e4ba7745efec73be26c5826286a. | ||||
* | [bbc] extract only the original Unified Streaming Platform m3u8 manifests | Remita Amine | 2016-07-13 | 1 | -11/+3 |
| | | | | | https://github.com/rg3/youtube-dl/commit/0385aa6199206e4ba7745efec73be26c5826286a#commitcomment-18233275 manifests with higher birate require more time to check formats | ||||
* | [bbc] extract more and better qulities from Unified Streaming Platform m3u8 ↵ | Remita Amine | 2016-07-13 | 1 | -22/+27 |
| | | | | manifests | ||||
* | [bbc] Skip a geo-restricted test case | Yen Chi Hsuan | 2016-06-18 | 1 | -0/+1 |
| | |||||
* | [bbccouk] Add support for playlists (Closes #9812) | Sergey M․ | 2016-06-17 | 1 | -2/+73 |
| | |||||
* | [bbc] Fix a test | Yen Chi Hsuan | 2016-04-16 | 1 | -0/+1 |
| | |||||
* | [bbc] Set vcodec to none for audio formats | Sergey M․ | 2016-04-02 | 1 | -0/+1 |
| | |||||
* | [bbc] Extend vpid regex (Closes #9003) | Sergey M․ | 2016-03-27 | 1 | -1/+5 |
| | |||||
* | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | Add missing r prefix for _VALID_URLs | Sergey M․ | 2016-03-21 | 1 | -1/+1 |
| | |||||
* | [bbc] Update test | Sergey M․ | 2016-03-13 | 1 | -9/+9 |
| | |||||
* | [bbc] Update test | Sergey M․ | 2016-03-13 | 1 | -1/+1 |
| | |||||
* | [bbc] Improve title and description extraction (Closes #8826, closes #8822) | Sergey M․ | 2016-03-13 | 1 | -9/+18 |
| | |||||
* | [bbc] Fix BBC Extractor to work with 'School Report' | Benjamin Congdon | 2016-03-13 | 1 | -7/+8 |
| | |||||
* | [refactor] Single quotes consistency | Sergey M․ | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | [bbc] Add test for #8147 | Sergey M․ | 2016-01-28 | 1 | -0/+13 |
| | |||||
* | [bbc] Add another description regex | Sergey M․ | 2016-01-28 | 1 | -1/+2 |
| | |||||
* | [bbc] Add another title regex (Closes #8340) | Sergey M․ | 2016-01-28 | 1 | -1/+2 |
| | |||||
* | [bbc] Use _search_json_ld | Yen Chi Hsuan | 2016-01-16 | 1 | -13/+4 |
| | |||||
* | [bbccouk] Update tests (Closes #8090) | Sergey M․ | 2016-01-04 | 1 | -10/+9 |
| | |||||
* | [bbccouk] Extend title extraction | Sergey M․ | 2016-01-02 | 1 | -1/+2 |
| | |||||
* | [bbccouk] Extend _VALID_URL (Closes #8116) | Sergey M․ | 2016-01-02 | 1 | -1/+14 |
| | |||||
* | Simplify formats accumulation for f4m/m3u8/smil formats | Sergey M․ | 2015-12-29 | 1 | -4/+2 |
| | | | | Now all _extract_*_formats routines return a list | ||||
* | [bbc] Add another pattern for playlist.sxml (Closes #7743) | Sergey M․ | 2015-12-06 | 1 | -0/+1 |
| | |||||
* | [bbc] Fix test_BBC_6 | Yen Chi Hsuan | 2015-12-05 | 1 | -0/+1 |
| | |||||
* | [bbc.co.uk] Skip removed test video | Yen Chi Hsuan | 2015-12-05 | 1 | -1/+2 |
| | |||||
* | [bbc.co.uk] Fix test_BBCCoUk | Yen Chi Hsuan | 2015-12-05 | 1 | -3/+5 |
| | | | | This is similar to the one in #7756, So also fixes #7756. | ||||
* | [bbc] Fix _VALID_URL | Sergey M․ | 2015-12-03 | 1 | -1/+1 |
| | |||||
* | [bbc] Extract _ID_REGEX and ad one more video id pattern (Closes #7724) | Sergey M․ | 2015-12-02 | 1 | -5/+7 |
| | |||||
* | [bbc] Allow selectionunavailable errors (Closes #7502) | Sergey M․ | 2015-11-14 | 1 | -3/+3 |
| | |||||
* | Use a wrapper around xml.etree.ElementTree.fromstring in python 2.x (#7178) | Jaime Marquínez Ferrándiz | 2015-10-25 | 1 | -3/+5 |
| | | | | Attributes aren't unicode objects, so they couldn't be directly used in info_dict fields (for example '--write-description' doesn't work with bytes). | ||||
* | [bbc.co.uk:article] Add new extractor (#7257) | Yen Chi Hsuan | 2015-10-22 | 1 | -2/+32 |
| | |||||
* | [bbc] Fix test_BBC_9 | Yen Chi Hsuan | 2015-10-22 | 1 | -0/+1 |
| | |||||
* | [bbc] Fix FutureWarning | Sergey M․ | 2015-10-17 | 1 | -1/+1 |
| | |||||
* | [bbc] PEP 8 | Sergey M․ | 2015-10-11 | 1 | -1/+1 |
| | |||||
* | [bbc] Prefer iptv-all mediaset | Sergey M․ | 2015-10-11 | 1 | -4/+8 |
| |