aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-09-05Merge branch 'vlive' of https://github.com/ping/youtube-dl into ping-vliveYen Chi Hsuan
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[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-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-02Merge pull request #6731 from dstftw/strict-http-responseSergey M.
[utils] Strict HTTP responses (Closes #6727)
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-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
2015-09-01[vlive] Add info about www. to m. redirects for mobileping
2015-08-31[fc2] Fix referSergey M․
2015-08-31[fc2] Add test for #3171Sergey M․
2015-08-31[fc2] Relax _VALID_URL (Closes #3171)Sergey M․
2015-08-31[vlive] Fixes for reviewping
2015-08-31[hls] Properly encode fragment filenameSergey M․
2015-08-31[f4m] Add missing importsSergey M․
2015-08-31Merge pull request #5588 from aajanki/encode_frag_filenamesSergey M.
[f4m] Fix encode error by sanitizing fragment filenames
2015-08-31[YoutubeDL] Encode thumbnail filename (Closes #6714)Sergey M․
2015-08-30[imgut:album] Add extractor (Closes #6711)Sergey M․
2015-08-30[youtube] Simplify and extract more metadata from url_encoded_fmt_stream_map ↵Sergey M․
(Closes #5993)
2015-08-30[youtube] Fix missing format details for 60fps DASH formatsAnssi Hannula
60fps DASH formats do not appear in the DASH manifest, but the non-DASH video info page does contain additional parameters for DASH formats that we can parse. Use those when they exist. This fixes "bestvideo" not selecting 60fps formats over similar 30fps formats just because the file size is unknown.
2015-08-30[abc] Use int_or_noneYen Chi Hsuan
2015-08-30[abc] Support YouTube embeds (fixes #6595)Yen Chi Hsuan
2015-08-29[nowtv] Fix display_id (Closes #6702)Sergey M․