aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-05[__init__] Use compat_shlex_splitSergey M․
2015-09-05[test_compat] Add test for compat_shlex_splitSergey M․
2015-09-05[compat] Add compat shlex.splitSergey M․
2015-09-05[YoutubeDL] Ensure bool params always present in downloaderSergey M․
2015-09-05[postprocessor/common] Use 'self._downloader.params' instead of 'self.params'Jaime Marquínez Ferrándiz
'self.params' is not defined
2015-09-05[dcn] PEP8Yen Chi Hsuan
2015-09-05Merge branch 'ping-vlive'Yen Chi Hsuan
2015-09-05[vlive] PEP8Yen Chi Hsuan
2015-09-05Merge branch 'vlive' of https://github.com/ping/youtube-dl into ping-vliveYen Chi Hsuan
2015-09-05[test_utils] Add tests for cli option convertersSergey M․
2015-09-05[postprocessor/common] Use generalized cli option convertersSergey M․
2015-09-05[downloader/external] Use generalized cli option convertersSergey M․
2015-09-05[utils] Generalize cli option convertersSergey M․
2015-09-05Merge pull request #6755 from remitamine/external_downloader_optionsSergey M.
[downloader/external] Respect --no-check-certificate for curl and aria2c and --proxy for curl
2015-09-04[downloader/external] change _argless_option function to _valueless_optionremitamine
2015-09-04[downloader/external] add _argless_option for option without argumentsremitamine
2015-09-04[ruutu] Update test urlJaime Marquínez Ferrándiz
2015-09-04[downloader/external] add _bool_option to pass value to bool optionremitamine
2015-09-05[test_utils] Add more tests for xpathSergey M․
2015-09-05[utils] Improve xpath_textSergey M․
2015-09-05[ruutu] Fix extraction (Closes #6759)Sergey M․
2015-09-04[utils] Relax attribute key assertSergey M․
2015-09-04[utils] Add xpath_element and xpath_attrSergey M․
2015-09-04Merge pull request #6760 from ferama/masterSergey M.
Added ec extension to nowvideo extractor
2015-09-04Added ec extension to nowvideo extractorMarco Ferragina
2015-09-03[downloader/external] Respect --no-check-certificate for curl and aria2c and ↵remitamine
--proxy for curl
2015-09-03[crunchyroll] Extract width and height (closes #6749)Jaime Marquínez Ferrándiz
2015-09-03release 2015.09.032015.09.03Philipp Hagemeister
2015-09-02[ok] Sort formatsSergey M․
2015-09-02[ok] Add support for youtube embedsSergey M․
2015-09-02[ok] Improve player regexSergey M․
2015-09-02[ok] Extract correct data-options (Closes #6726)Sergey M․
2015-09-02[README.md] Remove superfluous wordSergey M.
2015-09-02Merge pull request #6736 from remitamine/readmeSergey M.
[README] link to developer instructions and correct common.py path
2015-09-02Merge pull request #6731 from dstftw/strict-http-responseSergey M.
[utils] Strict HTTP responses (Closes #6727)
2015-09-02link to developer instructions and correct common.py pathremitamine
2015-09-02[utils] Strict HTTP responses (Closes #6727)Sergey M․
2015-09-01[rtve] Fix extraction (fixes #6723)Jaime Marquínez Ferrándiz
Adding the 'Referer' header to the png request is enough.
2015-09-01[francetv] Update tests (2)Sergey M․
2015-09-01[francetv] Update testsSergey M․
2015-09-01[francetv] Use subtitle when present (Closes #6715)Sergey M․
2015-09-01[options] Clarify extractors supporting videopasswordSergey M․
2015-09-01[youku] Fix videopassword testSergey M․
2015-09-01[youku] Simplify (Closes #6717)Sergey M․
2015-09-01Update READMEPSJay
Add Youku in video password description.
2015-09-01Fix coding styple in YouKuIE.PSJay
2015-09-01Support video-password on Youku.PSJay
2015-09-01[dumpert] Support 'embed/' urls (fixes #6712)Jaime Marquínez Ferrándiz
2015-09-01[globo] Fix extraction and make more robust (Closes #6728)Sergey M․
2015-09-01[odnoklassniki] Fix extraction and extend _VALID_URL (closes #6726)Yen Chi Hsuan