aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-06[southpark:de] Skip testSergey M․
2015-08-06[southpark:de] Add test for non-ASCII in URLsSergey M․
2015-08-06[YoutubeDL:utils] Move percent encode non-ASCII URLs workaround to ↵Sergey M․
http_request and simplify (Closes #6457)
2015-08-06Merge pull request #6463 from jaimeMF/format_spec_fix_dashesSergey M.
[YoutubeDL] format spec: correctly handle dashes and other unused operators
2015-08-05[xhamster] flake8Sergey M․
2015-08-05[xhamster] Remove unused importSergey M․
2015-08-05[tudou] Extract player URL from the webpageSergey M․
2015-08-05[tudou] Fix extracionDelon
2015-08-05[generic] Expand jwplayer supportSergey M․
2015-08-05[xhamster] Fix uploader extractionSergey M․
2015-08-05[xhamster] Fix thumbnail extractionSergey M․
2015-08-05[xhamster] Make more robustSergey M․
2015-08-05Merge pull request #6467 from vijayanandnandam/masterSergey M.
fixing xhamster file extraction
2015-08-05fixing xhamster file extractionvijayanand nandam
2015-08-05[lynda] Make login more robustSergey M․
2015-08-05[lynda] Fix login (Closes #6462)Sergey M․
2015-08-04[YoutubeDL] format spec: correctly handle dashes and other unused operatorsJaime Marquínez Ferrándiz
'mp4-baseline-16x9' must be handled as a single string, but the '-' was treated as an operator.
2015-08-04[bbc] Add support for vxp-playlist-data embeds (Closes #6453)Sergey M․
2015-08-03YoutubeDL: format spec: don't accept a bare '/' (#6124)Jaime Marquínez Ferrándiz
2015-08-03[twitch] Parse start_time from 't' (closes #6441)Niklas Haas
Eg. for VOD links like http://www.twitch.tv/gamesdonequick/v/9136645?t=14h29m15s
2015-08-03[pornhub] Improve video quality regexSergey M․
2015-08-03Merge remote-tracking branch 'jaimemf/format_spec_groups' (closes #6124)Jaime Marquínez Ferrándiz
2015-08-03[mdr] Change XPath to make it work in python 2.6 (fixes #6443)Jaime Marquínez Ferrándiz
The 'progressiveDownloadUrl' element is a direct child, so they should be equivalent.
2015-08-03Merge pull request #6439 from remitamine/facebookSergey M.
[facebook] extract uploader
2015-08-03[README.md] Clarify using cookiesSergey M.
2015-08-03[facebook] add uploader value to the testsremitamine
2015-08-02[facebook] extract uploaderremitamine
2015-08-03[pornhub] ImproveSergey M․
2015-08-03[pornhub] Fix video url regular expression.George Brighton
PornHub seems to have subtly changed their JavaScript. Before, video URL strings were embedded directly in the video's `flashvars_*` object, but they are now assigned to variables of the form `player_quality_*`, which are then added to this object later under the relevant quality key.
2015-08-03[downloader/http] Clarify rationale for Content-Range check (#6426)Sergey M․
2015-08-03[downloader/http] Report unable to resumeSergey M․
2015-08-03[downloader/http] SimplifySergey M․
2015-08-03[utils] import reremitamine
2015-08-03[utils] restart download if server does not support byte rangesremitamine
2015-08-02[dailymotion:playlist] Use an iterator for the entriesJaime Marquínez Ferrándiz
So that using '--playlist-end' only downloads the required pages (reported in #2175).
2015-08-02[nowtv] Remove unused importJaime Marquínez Ferrándiz
2015-08-02[videolectures] Fix _VALID_URLSergey M․
2015-08-02[nowtv] Expand _VALID_URLSergey M․
2015-08-02[nowtv] Fix extraction (Closes #6357)Sergey M․
2015-08-01[screenwavemedia] Use the IP for the videoserver (fixes #6397)Jaime Marquínez Ferrándiz
For http://cinemassacre.com/2015/07/28/avgn-seaman-for-dreamcast/ the other server returns a 403 error.
2015-08-01[screenwavemedia] fix info extraction (fixes #6270)remitamine
Closes #6330.
2015-08-02[extractor/common] Extract namespace parse routineSergey M․
2015-08-02[extractor/common] Fix python 3Sergey M․
2015-08-02[extractor/generic] Add generic SMIL testsSergey M․
2015-08-02[test/helper] Allow dicts for mincountSergey M․
2015-08-02[test_downloader] Respect --force-generic-extractorSergey M․
2015-08-02[extractor/generic] Improve generic SMIL detectionSergey M․
2015-08-02[extractor/common] Extract f4m and m3u8 formats, subtitles and infoSergey M․
2015-08-02Credit @cyb3r for the ir90tv extractorYen Chi Hsuan
2015-08-01[nbcnews] Extend _VALID_URLSergey M․