summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #6098 from dstftw/use-codecs-from-dash-manifestSergey M.2015-06-291-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [youtube] Pick up codecs info from DASH manifest when not set explicitly
| * | | | | | | [youtube] Pick up codecs info from DASH manifest when not set explicitlySergey M․2015-06-271-0/+6
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpdSergey M.2015-06-292-24/+54
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | [youtube] Extract formats from multiple DASH manifests (Closes #6093)
| * | | | | | [youtube] Add test for #6093Sergey M․2015-06-271-0/+14
| | | | | | |
| * | | | | | [options] Clarify --youtube-skip-dash-manifestSergey M․2015-06-271-1/+1
| | | | | | |
| * | | | | | [youtube] Skip get_video_info requests when --youtube-skip-dash-manifest is ↵Sergey M․2015-06-271-21/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | specified
| * | | | | | [youtube] Fix reference before assignment for video_infoSergey M․2015-06-271-0/+1
| | | | | | |
| * | | | | | [youtube] Simplify non-DASH formats exclusionSergey M․2015-06-271-2/+1
| | | | | | |
| * | | | | | [youtube] Extract formats from multiple DASH manifests (Closes #6093)Sergey M․2015-06-271-31/+46
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DASH manifest pointed by dashmpd from the video webpage and one pointed by get_video_info may be different (namely different itag set) - some itags are missing from DASH manifest pointed by webpage's dashmpd, some - from DASH manifest pointed by get_video_info's dashmpd). The general idea is to take a union of itags of both DASH manifests (for example video with such 'manifest behavior' see https://github.com/rg3/youtube-dl/issues/6093).
* | | | | | Merge pull request #6117 from Kagee/patch-1Sergey M.2015-06-291-7/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | NRK now supports / requires HTTPS
| * | | | | | NRK now supports / requires HTTPSAnders Einar Hilden2015-06-291-7/+7
|/ / / / / / | | | | | | | | | | | | Add s? to regexp to support new urls. Update testcases to use HTTPS.
* | | | | | [extractor/common] Remove superfluous lineSergey M․2015-06-291-1/+0
| | | | | |
* | | | | | [youtube] Fix likes/dislike extractionSergey M․2015-06-291-6/+6
| | | | | |
* | | | | | Credit @gebn for moviefapSergey M․2015-06-281-0/+1
| | | | | |
* | | | | | Merge branch 'gebn-moviefap'Sergey M․2015-06-286-90/+246
|\ \ \ \ \ \
| * | | | | | [tnaflix] Generalize tnaflix extractorsSergey M․2015-06-284-219/+234
| | | | | | |
| * | | | | | [extractor/common] Use NO_DEFAULT from utilsSergey M․2015-06-281-4/+5
| | | | | | |
| * | | | | | [utils] Add default value for xpath_textSergey M․2015-06-281-2/+6
| | | | | | |
| * | | | | | [YoutubeDL] Handle None width and height similarly to formatsSergey M․2015-06-281-1/+1
| | | | | | |
| * | | | | | Merge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefapSergey M․2015-06-282-0/+136
|/| | | | | |
| * | | | | | [moviefap] Fix `flake8` warnings introduced in 1a5fd4eGeorge Brighton2015-06-271-18/+18
| | | | | | |
| * | | | | | [moviefap] Move flv videos to formats in the metadataGeorge Brighton2015-06-271-27/+29
| | | | | | |
| * | | | | | [moviefap] Wrap long linesGeorge Brighton2015-06-271-9/+18
| | | | | | |
| * | | | | | [moviefap] Explicitly sort formats to handle possible site changesGeorge Brighton2015-06-271-2/+5
| | | | | | |
| * | | | | | [moviefap] Replace call to `str()` with `compat.compat_str()`George Brighton2015-06-271-1/+2
| | | | | | |
| * | | | | | [moviefap] Replace calls to `find()` with `util.xpath_text()`.George Brighton2015-06-271-5/+8
| | | | | | |
| * | | | | | [moviefap] Remove redundant commentsGeorge Brighton2015-06-271-7/+1
| | | | | | |
| * | | | | | [moviefap] Allow non-critical fields to change without breaking extractionGeorge Brighton2015-06-271-7/+7
| | | | | | |
| * | | | | | [moviefap] Swap and justify testsGeorge Brighton2015-06-271-13/+15
| | | | | | |
| * | | | | | [moviefap] Add categories to testsGeorge Brighton2015-06-271-2/+4
| | | | | | |
| * | | | | | [moviefap] Swap test for an alternative non-copyrighted videoGeorge Brighton2015-06-271-8/+8
| | | | | | |
| * | | | | | [moviefap] Fix dictionary comprehension syntax incompatible with Python 2.6George Brighton2015-06-271-5/+7
| | | | | | |
| * | | | | | [moviefap] Add new extractorGeorge Brighton2015-06-272-0/+118
| | | | | | |
* | | | | | | [twitch:vod] Update _TESTYen Chi Hsuan2015-06-281-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The original test case is gone
* | | | | | | [twitch:vod] Fix 'Source' format in m3u8 (closes #6115)Yen Chi Hsuan2015-06-281-1/+1
| | | | | | |
* | | | | | | [twitter:card] Add extractor (#5239)Sergey M․2015-06-282-0/+73
|/ / / / / /
* | | | | | [downloader/external] Fix externals downloaders specified with extension on ↵Sergey M․2015-06-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Windows
* | | | | | [smotri] Add tests for password protected videosSergey M․2015-06-271-2/+37
| | | | | |
* | | | | | [smotri] Remove non relevant testSergey M․2015-06-271-15/+0
| | | | | |
* | | | | | [smotri] Fix password protected video extractionSergey M․2015-06-271-1/+10
| | | | | |
* | | | | | Merge pull request #6081 from yan12125/skip_problematic_sitesSergey M.2015-06-273-1/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | [planetaplay/quickvid/vube] Skip inaccessible sites
| * | | | | | [planetaplay/quickvid/vube] Skip inaccessible sitesYen Chi Hsuan2015-06-253-1/+4
| | | | | | |
* | | | | | | [snagfilms] More testsSergey M․2015-06-271-0/+8
| | | | | | |
* | | | | | | [snagfilms] Capture not available errorSergey M․2015-06-271-1/+5
| | | | | | |
* | | | | | | [snagfilms:embed] Capture geolocation restriction errorSergey M․2015-06-271-1/+7
| | | | | | |
* | | | | | | [snagfilms] Add support for showsSergey M․2015-06-271-3/+16
| | | | | | |
* | | | | | | Merge branch 'remitamine-snagfilms'Sergey M․2015-06-273-0/+159
|\ \ \ \ \ \ \
| * | | | | | | [extractor/generic] Add test for snagfilms embedsSergey M․2015-06-271-0/+9
| | | | | | | |
| * | | | | | | [extractor/generic] Add support for snagfilms embedsSergey M․2015-06-271-0/+6
| | | | | | | |
| * | | | | | | [snagfilms] Add routine for generic embeds extractionsSergey M․2015-06-271-0/+7
| | | | | | | |