Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename bbccouk.py -> bbc.py | fnord | 2015-06-20 | 1 | -556/+0 |
| | |||||
* | Support BBC news in other languages, non-mediaselector videos | fnord | 2015-06-20 | 1 | -14/+73 |
| | |||||
* | typofix | fnord | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | no .get('..',None) | fnord | 2015-06-20 | 1 | -4/+4 |
| | |||||
* | toss new stuff into old file | fnord | 2015-06-20 | 1 | -0/+101 |
| | |||||
* | BBCNewsIE: eliminate redundant function. | fnord | 2015-06-19 | 1 | -1/+3 |
| | | | | | BBCCoUkIE._download_media_selector: use class variable instead of hardcoded string for mediaselector_url template. | ||||
* | [bbccouk] Fix description (closes #6006) | Yen Chi Hsuan | 2015-06-18 | 1 | -1/+15 |
| | |||||
* | [bbccouk] Fix error handling | Yen Chi Hsuan | 2015-06-18 | 1 | -1/+1 |
| | |||||
* | [bbccouk] Mute thumbnail | Sergey M․ | 2015-05-01 | 1 | -3/+1 |
| | |||||
* | [bbccouk] Add test for #5530 | Sergey M․ | 2015-05-01 | 1 | -0/+14 |
| | |||||
* | [bbccouk] Improve extraction (Closes #5530) | Sergey M․ | 2015-05-01 | 1 | -9/+26 |
| | |||||
* | [bbccouk] Convert to new subtitles system | Jaime Marquínez Ferrándiz | 2015-02-19 | 1 | -11/+22 |
| | | | | | | I haven't found any video available outside the UK, so I haven't added tests. I have updated how the srt file is build, because (at least for www.bbc.co.uk/programmes/p02j9b69) the subtitles is inside 'span' elements. | ||||
* | [bbccouk] Fix fallback to legacy playlist | Sergey M․ | 2015-02-15 | 1 | -1/+1 |
| | |||||
* | [bbccouk] Improve _VALID_URL | Sergey M․ | 2015-01-30 | 1 | -1/+4 |
| | |||||
* | [bbccouk] Add support for music clips (Closes #4143) | Sergey M․ | 2015-01-03 | 1 | -1/+32 |
| | |||||
* | [bbccouk] Update test | Sergey M․ | 2015-01-02 | 1 | -2/+2 |
| | |||||
* | [bbccouk] Improve _VALID_URL | Sergey M․ | 2015-01-02 | 1 | -1/+4 |
| | |||||
* | [bbccouk] PEP8 | Philipp Hagemeister | 2015-01-01 | 1 | -2/+2 |
| | |||||
* | [bbccouk] Switch to new JSON playlist format (Closes #4588) | Sergey M․ | 2014-12-29 | 1 | -27/+68 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | [bbccouk] Remove unused import | Philipp Hagemeister | 2014-12-04 | 1 | -1/+0 |
| | |||||
* | [bbccouk] Fix extraction (#4104, #4214) | Sergey M․ | 2014-11-30 | 1 | -41/+81 |
| | |||||
* | PEP8: applied even more rules | Jouke Waleson | 2014-11-23 | 1 | -2/+2 |
| | |||||
* | PEP8: more applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | PEP8 applied | Jouke Waleson | 2014-11-23 | 1 | -1/+1 |
| | |||||
* | [bbccouk] Add friendly contry filter error message (#2184) | Sergey M. | 2014-02-20 | 1 | -0/+5 |
| | |||||
* | [bbccouk] Replace test | Sergey M. | 2014-02-19 | 1 | -5/+5 |
| | | | This older episode is from 1994 and hopefully won't get deleted. | ||||
* | [bbccouk] Skip test | Sergey M. | 2014-02-18 | 1 | -1/+2 |
| | |||||
* | [bbc.co.uk] Fix TV episode test | Sergey M. | 2014-02-09 | 1 | -3/+3 |
| | |||||
* | [bbc.co.uk] Improve overall extractor structure, add subtitles support | Sergey M | 2014-02-09 | 1 | -85/+186 |
| | | | | | | (#2184) Everything from http://www.bbc.co.uk/iplayer/ should be downloadable now. | ||||
* | [bbc.co.uk] Fix regex | Sergey M. | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | [bbc.co.uk] Add one more link format | Sergey M | 2014-02-08 | 1 | -1/+1 |
| | |||||
* | [bbc.co.uk] Add support for bbc.co.uk radio programmes (Closes #2184) | Sergey M. | 2014-02-08 | 1 | -0/+116 |