Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vessel] Use `main_video_asset` when searching for video_asset (Fixes #5623) | Naglis Jonaitis | 2015-05-07 | 1 | -3/+9 |
| | |||||
* | [nhl] Partial support for hlg id (fixes #4285) | Yen Chi Hsuan | 2015-05-08 | 1 | -1/+15 |
| | |||||
* | [ooyala] Style fix | Jaime Marquínez Ferrándiz | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | [extractor/generic] Fix following incomplete redirects (#5640) | Sergey M․ | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Yen Chi Hsuan | 2015-05-07 | 1 | -3/+6 |
|\ | |||||
| * | [bild] Relax thumbnail test check | Sergey M․ | 2015-05-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #5638 from blissland/master | Sergey M. | 2015-05-07 | 1 | -3/+6 |
| |\ | | | | | | | [BildIE] Fix ampersands in xml attributes & update test thumbnails | ||||
| | * | Fix indents | blissland | 2015-05-07 | 1 | -2/+2 |
| | | | |||||
| | * | [BildIE] Escape ampersands in xml and update test thumbnail | blissland | 2015-05-07 | 1 | -3/+6 |
| |/ | |||||
* / | [ooyala] Use SAS API to extract info (fixes #4336) | Yen Chi Hsuan | 2015-05-07 | 1 | -0/+43 |
|/ | |||||
* | [ooyala] Extract m3u8 information (#2292) | Yen Chi Hsuan | 2015-05-07 | 1 | -3/+14 |
| | |||||
* | [common] Ignore subtitles in m3u8 | Yen Chi Hsuan | 2015-05-07 | 1 | -1/+1 |
| | |||||
* | [vice] Remove a redundant print | Yen Chi Hsuan | 2015-05-07 | 1 | -1/+0 |
| | |||||
* | [teamcoco] Fix extracting preload data again | Yen Chi Hsuan | 2015-05-07 | 1 | -3/+21 |
| | |||||
* | [historicfilms] Fix tape id extraction | Sergey M․ | 2015-05-06 | 1 | -1/+2 |
| | |||||
* | [gorillavid] Switch 404 test to only matching | Sergey M․ | 2015-05-06 | 1 | -7/+1 |
| | |||||
* | [giga] Fix view count extraction | Sergey M․ | 2015-05-06 | 1 | -1/+2 |
| | |||||
* | [pbs] Add `format_id` for direct links | Sergey M․ | 2015-05-06 | 1 | -0/+1 |
| | |||||
* | [extractor/common] Fallback to empty string for (yet) missing `format_id` in ↵ | Sergey M․ | 2015-05-06 | 1 | -1/+1 |
| | | | | `_sort_formats` (Closes #5624) | ||||
* | [archive.org] Fix incorrect url condition (closes #5628) | blissland | 2015-05-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | The condition for assigning to json_url is the wrong way round: currently for url: aaa.com/xxx we get: aaa.com/xxx&output=json instead of the correct value: aaa.com/xxx?output=json | ||||
* | [lifenews] Use `_proto_relative_url` | Sergey M․ | 2015-05-05 | 1 | -2/+1 |
| | |||||
* | [lifenews] Correctly determine iframe links (fixes #5618) | Yen Chi Hsuan | 2015-05-05 | 1 | -0/+13 |
| | |||||
* | Merge pull request #5612 from rrooij/southparknl | Sergey M. | 2015-05-05 | 2 | -2/+14 |
|\ | | | | | Southparknl | ||||
| * | [southparknl] Fix test to match playlist tests | rrooij | 2015-05-05 | 1 | -5/+1 |
| | | |||||
| * | [southparkde] Fix naming inconsistency | rrooij | 2015-05-05 | 2 | -2/+2 |
| | | | | | | | | | | The class was first called 'SouthparkDe'. It is now changed to 'SouthParkDe' to match the name of the other extractors. | ||||
| * | [southparknl] Add extractor for southpark.nl | rrooij | 2015-05-05 | 2 | -0/+16 |
|/ | |||||
* | [noco] Remove unused import | Sergey M․ | 2015-05-05 | 1 | -1/+0 |
| | |||||
* | Merge branch 'Tassatux-noco' | Sergey M․ | 2015-05-05 | 1 | -51/+86 |
|\ | |||||
| * | [noco] Update tests | Sergey M․ | 2015-05-05 | 1 | -1/+1 |
| | | |||||
| * | [noco] Modernize | Sergey M․ | 2015-05-05 | 1 | -12/+15 |
| | | |||||
| * | [noco] Extract all variations of audio/subtitles media | Sergey M․ | 2015-05-05 | 1 | -36/+41 |
| | | |||||
| * | Merge branch 'noco' of https://github.com/Tassatux/youtube-dl into Tassatux-noco | Sergey M․ | 2015-05-05 | 1 | -20/+47 |
|/| | |||||
| * | [noco] Add test for multi languages video | Aurélien Dunand | 2015-05-04 | 1 | -14/+31 |
| | | |||||
| * | [noco] Retrieve video language according to user options | Aurélien Dunand | 2015-05-04 | 1 | -6/+16 |
| | | |||||
* | | [rutv] Remove superfluous check | Sergey M․ | 2015-05-04 | 1 | -3/+0 |
| | | |||||
* | | [rutv] Fix preference | Sergey M․ | 2015-05-04 | 1 | -5/+7 |
| | | |||||
* | | [rutv] Fix live stream test URL | Sergey M․ | 2015-05-04 | 1 | -1/+1 |
| | | |||||
* | | [nytimes] Extend _VALID_URL (#2754) | Yen Chi Hsuan | 2015-05-04 | 2 | -4/+10 |
| | | |||||
* | | [nytimes] Implement extracting videos from articles (closes #5436) | Yen Chi Hsuan | 2015-05-04 | 1 | -24/+55 |
| | | |||||
* | | [livestream:original] Update url format (fixes #5598) | Jaime Marquínez Ferrándiz | 2015-05-04 | 1 | -3/+3 |
| | | |||||
* | | [livestream:original] Fix extraction (fixes #4702) | Jaime Marquínez Ferrándiz | 2015-05-04 | 1 | -11/+5 |
| | | |||||
* | | [NBC] Enhance embedURL extraction (closes #2549) | Yen Chi Hsuan | 2015-05-04 | 3 | -2/+22 |
|/ | |||||
* | release 2015.05.04 | Philipp Hagemeister | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | [escapist] Add uploader to tests | Sergey M․ | 2015-05-04 | 1 | -0/+2 |
| | |||||
* | [escapist] Modernize | Sergey M․ | 2015-05-04 | 1 | -5/+10 |
| | |||||
* | [escapist] Improve _VALID_URL | Sergey M․ | 2015-05-04 | 1 | -1/+1 |
| | |||||
* | [escapist] Update tests' checksums | Sergey M․ | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | [escapist] Fix formats extraction | Sergey M․ | 2015-05-04 | 1 | -20/+15 |
| | |||||
* | [NBC] Enhance extraction of ThePlatform URL (fixes #5470) | Yen Chi Hsuan | 2015-05-04 | 1 | -1/+14 |
| | |||||
* | release 2015.05.03 | Philipp Hagemeister | 2015-05-03 | 3 | -3/+4 |
| |