Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [thisamericanlife] Improve and simplify | Sergey M․ | 2015-07-04 | 1 | -20/+22 | |
| | | | | ||||||
* | | | | [thisamericanlife] Remove unnecessary comment | Eric Wong | 2015-07-04 | 1 | -2/+0 | |
| | | | | ||||||
* | | | | [thisamericanlife] get info from <meta> tags | Eric Wong | 2015-07-04 | 1 | -5/+13 | |
| | | | | ||||||
* | | | | [thisamericanlife] Add a new extractor | Eric Wong | 2015-07-04 | 2 | -0/+33 | |
| | | | | ||||||
* | | | | [dailymotion:cloud] Extend _VALID_URL (Closes #6145) | Sergey M․ | 2015-07-03 | 1 | -5/+13 | |
| | | | | ||||||
* | | | | [howcast] Fix extraction and modernize | Sergey M․ | 2015-07-03 | 1 | -17/+18 | |
| | | | | ||||||
* | | | | [infoq] Fix extraction (closes #6141) | Yen Chi Hsuan | 2015-07-03 | 1 | -2/+3 | |
| | | | | ||||||
* | | | | [extractor/generic] Improve kaltura embeds support (Closes #6137) | Sergey M․ | 2015-07-02 | 1 | -2/+14 | |
| | | | | ||||||
* | | | | [npo] Clarify token decryption algorithm source | Sergey M․ | 2015-07-02 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | [npo] Decrypting token (closes #6136) | Yen Chi Hsuan | 2015-07-02 | 1 | -2/+17 | |
| | | | | ||||||
* | | | | [pbs] Add coding declaration | Yen Chi Hsuan | 2015-07-02 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Python 2.x does not work without it. | |||||
* | | | | [pbs] skip_download for m3u8 test cases | Yen Chi Hsuan | 2015-07-02 | 1 | -3/+15 | |
| | | | | ||||||
* | | | | [pbs] Fix player URL (closes #6139) | Yen Chi Hsuan | 2015-07-02 | 1 | -1/+16 | |
| | | | | ||||||
* | | | | [drtuber] Fix extraction | Sergey M․ | 2015-07-01 | 1 | -11/+10 | |
| | | | | ||||||
* | | | | Merge pull request #6132 from alarig/master | Sergey M. | 2015-06-30 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Add support of HTTPS for ina.fr | |||||
| * | | | | Add support of HTTPS for ina.fr | alarig | 2015-06-30 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [youtube] Prefer meta for upload date and modernize | Sergey M․ | 2015-06-30 | 1 | -9/+10 | |
|/ / / / | ||||||
* | | | | [youtube] Speed up upload date regex (#6125) | Sergey M․ | 2015-06-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [hentaistigma] Modernize | Sergey M․ | 2015-06-29 | 1 | -7/+4 | |
| | | | | ||||||
* | | | | Merge pull request #6120 from nawl/master | Sergey M. | 2015-06-29 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | [hentaistigma] Fix video extractor | |||||
| * | | | | [hentaistigma] Fix video extractor | nawl | 2015-06-28 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge pull request #6098 from dstftw/use-codecs-from-dash-manifest | Sergey M. | 2015-06-29 | 1 | -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 explicitly | Sergey M․ | 2015-06-27 | 1 | -0/+6 | |
| | | | | | ||||||
* | | | | | Merge pull request #6097 from dstftw/union-itags-from-multiple-dashmpd | Sergey M. | 2015-06-29 | 2 | -24/+54 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | [youtube] Extract formats from multiple DASH manifests (Closes #6093) | |||||
| * | | | | [youtube] Add test for #6093 | Sergey M․ | 2015-06-27 | 1 | -0/+14 | |
| | | | | | ||||||
| * | | | | [options] Clarify --youtube-skip-dash-manifest | Sergey M․ | 2015-06-27 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [youtube] Skip get_video_info requests when --youtube-skip-dash-manifest is ↵ | Sergey M․ | 2015-06-27 | 1 | -21/+22 | |
| | | | | | | | | | | | | | | | | | | | | specified | |||||
| * | | | | [youtube] Fix reference before assignment for video_info | Sergey M․ | 2015-06-27 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | [youtube] Simplify non-DASH formats exclusion | Sergey M․ | 2015-06-27 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | [youtube] Extract formats from multiple DASH manifests (Closes #6093) | Sergey M․ | 2015-06-27 | 1 | -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-1 | Sergey M. | 2015-06-29 | 1 | -7/+7 | |
|\ \ \ \ | | | | | | | | | | | NRK now supports / requires HTTPS | |||||
| * | | | | NRK now supports / requires HTTPS | Anders Einar Hilden | 2015-06-29 | 1 | -7/+7 | |
|/ / / / | | | | | | | | | Add s? to regexp to support new urls. Update testcases to use HTTPS. | |||||
* | | | | [extractor/common] Remove superfluous line | Sergey M․ | 2015-06-29 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | [youtube] Fix likes/dislike extraction | Sergey M․ | 2015-06-29 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | Credit @gebn for moviefap | Sergey M․ | 2015-06-28 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | Merge branch 'gebn-moviefap' | Sergey M․ | 2015-06-28 | 6 | -90/+246 | |
|\ \ \ \ | ||||||
| * | | | | [tnaflix] Generalize tnaflix extractors | Sergey M․ | 2015-06-28 | 4 | -219/+234 | |
| | | | | | ||||||
| * | | | | [extractor/common] Use NO_DEFAULT from utils | Sergey M․ | 2015-06-28 | 1 | -4/+5 | |
| | | | | | ||||||
| * | | | | [utils] Add default value for xpath_text | Sergey M․ | 2015-06-28 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | [YoutubeDL] Handle None width and height similarly to formats | Sergey M․ | 2015-06-28 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Merge branch 'moviefap' of https://github.com/gebn/youtube-dl into gebn-moviefap | Sergey M․ | 2015-06-28 | 2 | -0/+136 | |
|/| | | | | ||||||
| * | | | | [moviefap] Fix `flake8` warnings introduced in 1a5fd4e | George Brighton | 2015-06-27 | 1 | -18/+18 | |
| | | | | | ||||||
| * | | | | [moviefap] Move flv videos to formats in the metadata | George Brighton | 2015-06-27 | 1 | -27/+29 | |
| | | | | | ||||||
| * | | | | [moviefap] Wrap long lines | George Brighton | 2015-06-27 | 1 | -9/+18 | |
| | | | | | ||||||
| * | | | | [moviefap] Explicitly sort formats to handle possible site changes | George Brighton | 2015-06-27 | 1 | -2/+5 | |
| | | | | | ||||||
| * | | | | [moviefap] Replace call to `str()` with `compat.compat_str()` | George Brighton | 2015-06-27 | 1 | -1/+2 | |
| | | | | | ||||||
| * | | | | [moviefap] Replace calls to `find()` with `util.xpath_text()`. | George Brighton | 2015-06-27 | 1 | -5/+8 | |
| | | | | | ||||||
| * | | | | [moviefap] Remove redundant comments | George Brighton | 2015-06-27 | 1 | -7/+1 | |
| | | | | | ||||||
| * | | | | [moviefap] Allow non-critical fields to change without breaking extraction | George Brighton | 2015-06-27 | 1 | -7/+7 | |
| | | | | | ||||||
| * | | | | [moviefap] Swap and justify tests | George Brighton | 2015-06-27 | 1 | -13/+15 | |
| | | | | |