aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [morningstar] Also support 'Cover' (#2729)Jaime Marquínez Ferrándiz2014-04-091-1/+1
| |
* | [morningstar] Recognize urls that use 'videoCenter' (fixes #2729)Jaime Marquínez Ferrándiz2014-04-091-1/+1
| |
* | [br] Add audio extraction and support more URLs (Closes #2728)Sergey M․2014-04-091-60/+100
| |
* | [comedycentral] Match more URLsPhilipp Hagemeister2014-04-092-2/+11
| | | | | | | | Looks like they only offer clips instead of full episodes now. We'll need to add new parsing code as well.
* | Merge pull request #2725 from foolscap/subtitles-error-fixPhilipp Hagemeister2014-04-091-1/+1
|\ \ | | | | | | Fix subtitle download error reporting (Fixes #2724)
| * | Fix subtitle download error reporting (Fixes #2724)robbie2014-04-081-1/+1
|/ /
* | [ntv] Update testSergey M․2014-04-081-4/+4
| |
* | [ffmpeg] Do not pass in byets to subprocess (Fixes #2717)Philipp Hagemeister2014-04-071-2/+1
| |
* | Merge remote-tracking branch 'anisse/fix-content-encoding-charset'Philipp Hagemeister2014-04-071-1/+4
|\ \
| * | [extractor/common] fallback on utf-8 when charset is not foundAnisse Astier2014-04-071-1/+4
| | | | | | | | | | | | fixes #2721
* | | release 2014.04.07.4Philipp Hagemeister2014-04-071-1/+1
| | |
* | | Fix Windows output for non-BMP unicode charactersPhilipp Hagemeister2014-04-071-2/+5
|/ /
* | release 2014.04.07.3Philipp Hagemeister2014-04-071-1/+1
| |
* | [utils] Completely rewrite Windows output (Fixes #2672)Philipp Hagemeister2014-04-072-1/+61
| |
* | release 2014.04.07.2Philipp Hagemeister2014-04-071-1/+1
| |
* | Use our own encoding when writing stringsPhilipp Hagemeister2014-04-071-14/+7
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-04-072-0/+85
|\ \
| * | Add support for rtve.es/alacartaJaime Marquínez Ferrándiz2014-04-072-0/+85
| | |
* | | Use --encoding when outputtingPhilipp Hagemeister2014-04-072-16/+29
|/ /
* | release 2014.04.07.1Philipp Hagemeister2014-04-071-1/+1
| |
* | [teamcoco] Simplify ID management (Closes #2715)Philipp Hagemeister2014-04-071-9/+8
| |
* | release 2014.04.07Philipp Hagemeister2014-04-071-1/+1
| |
* | [ted] Add width and height (Fixes #2716)Philipp Hagemeister2014-04-071-6/+9
| |
* | [rts] Update testSergey M․2014-04-071-4/+4
| |
* | [cbsnews] Add support for cbsnews.com (Closes #2691)Sergey M․2014-04-062-0/+88
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-04-058-14/+99
|\ \
| * | [novamov] SimplifySergey M․2014-04-051-4/+3
| | |
| * | [generic] Generalize novamov based embedsSergey M․2014-04-051-15/+10
| | |
| * | [divxstage] Fix typo in IE_NAMESergey M․2014-04-051-1/+1
| | |
| * | [movshare] Support more domainsSergey M․2014-04-051-1/+1
| | |
| * | [divxstage] Support more domainsSergey M․2014-04-051-1/+1
| | |
| * | [nowvideo] Support more domainsSergey M․2014-04-052-2/+2
| | |
| * | [videoweed] Revert _FILE_DELETED_REGEXSergey M․2014-04-051-0/+1
| | |
| * | [movshare] Add _FILE_DELETED_REGEXSergey M․2014-04-051-0/+1
| | |
| * | [divxstage] Add support for divxstage.euSergey M․2014-04-052-0/+28
| | |
| * | [videoweed] SimplifySergey M․2014-04-051-2/+0
| | |
| * | [movshare] Add support for movshare.netSergey M․2014-04-052-0/+27
| | |
| * | Credit @sainyamkapoor for videoweed extractorSergey M․2014-04-051-0/+1
| | |
| * | [generic] Add support for videoweed embedsSergey M․2014-04-051-0/+6
| | |
| * | [nowvideo] Improve _VALID_URLSergey M․2014-04-051-1/+1
| | |
| * | [novamov] Improve _VALID_URLSergey M․2014-04-051-1/+2
| | |
| * | [videoweed] SimplifySergey M․2014-04-052-54/+12
| | |
| * | [videoweed]CleanupSainyam Kapoor2014-04-051-1/+1
| | |
| * | [Videoweed] Added support for videoweed.Sainyam Kapoor2014-04-052-0/+70
| | |
* | | [justin.tv] Modernize (Fixes #2705)Philipp Hagemeister2014-04-051-41/+42
|/ /
* | Merge pull request #2696 from anovicecodemonkey/support-ustream-embedsPhilipp Hagemeister2014-04-042-1/+25
|\ \ | | | | | | [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)
| * | Fix _TEST for Ustream embed URLsanovicecodemonkey2014-04-052-12/+4
| | |
| * | [UstreamIE] [generic] Added support for Ustream embed URLs (Fixes #2694)anovicecodemonkey2014-04-052-2/+34
| | |
* | | [cspan] Do not test number of playlist entriesPhilipp Hagemeister2014-04-041-1/+0
| | | | | | | | | | | | Apparently, CSpan switches between single-file and multiple-file results. Either one is fine as long as we get the full four hours.
* | | [rts] Use visible id in file namesPhilipp Hagemeister2014-04-041-5/+8
| | | | | | | | | | | | Maybe the internal ID is more precise, but it's totally confusing, and the obvious ID still allows a google search.