aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-10-10[vimeo] extract m3u8 manifest and bitrateremitamine
2015-10-11[bbc] PEP 8Sergey M․
2015-10-11[bbc] Prefer iptv-all mediasetSergey M․
2015-10-11[bbc] Extract article JSON and actualize testsSergey M․
2015-10-10[bbc] Update testsSergey M․
2015-10-10[bbc] Remove durationSergey M․
2015-10-10[bbc] Support playlists of data-playableSergey M․
2015-10-10[bbc] Improve data-playable regexSergey M․
2015-10-10[bbc] Add another testSergey M․
2015-10-10[bbc] Extract legacy playlist embedded mediaSergey M․
2015-10-10[zingmp3:album] Skip broken itemsSergey M․
2015-10-10[zingmp3] Add fatal flagSergey M․
2015-10-10[zingmp3:album] StyleSergey M․
2015-10-10[zingmp3:album] Add support for playlistsPhạm Ngọc Quang Nam
Update for work with playlist, it same album but different url Ex: http://mp3.zing.vn/playlist/Duong-Hong-Loan-apollobee/IWCAACCB.html http://mp3.zing.vn/album/Duong-Hong-Loan-apollobee/IWCAACCB.html
2015-10-10[bbc] Make summary optional in legacy playlistSergey M․
2015-10-10[bbc] Add one more scenario for data-playable embedsSergey M․
2015-10-10[bbc] Make playlist title optionalSergey M․
2015-10-10[bbc] Add test for atricle with multiple videos embedded with playlist.sxmlSergey M․
2015-10-10[bbc] Support multiple videos in articles embedded with playlist.sxmlSergey M․
2015-10-10[bbc] Add support for videos in news articles embedded with data-playableSergey M․
2015-10-10[iqiyi] Update enc_keyYen Chi Hsuan
2015-10-10[vimeo] Fix authentication (Closes #7110)Sergey M․
2015-10-10[extractor/common] Allow quoteless content attribute in og regexes (Closes ↵Sergey M․
#7115)
2015-10-09release 2015.10.092015.10.09Philipp Hagemeister
2015-10-09[extractor/common] Allow HTML5 unquoted attribute valuesYen Chi Hsuan
Fixes #7108 HTML5 allows unquoted attribute values. See the "Unquoted attribute value syntax" section [1] for more information [1] http://www.w3.org/TR/html5/syntax.html
2015-10-09[dailymotion] Update player v5 regex (Closes #7107)Sergey M․
2015-10-09[pbs] Carry long lineSergey M․
2015-10-08[pbs] place errors into a dictremitamine
2015-10-08[pbs] detect errors from http error coderemitamine
2015-10-08[4tube] Try extracting sources from the webpage before fetching player.js ↵Sergey M․
(Closes #7103)
2015-10-08[4tube] Revert uploader regexes and make non fatalSergey M․
2015-10-08[4tube] Style and make more robustSergey M․
2015-10-08Fixed 4tube.com extractor to pull metadata from associated Javascript and ↵kitty
not the HTML of the desired page.
2015-10-08FIX: nowtvAndroKev
now the download works for me thx to http://board.gulli.com/thread/1251646-videos-von-webseiten-runterladen-sammelthread-alle-fragen-hier-rein-/?p=14980081#post14980081
2015-10-06release 2015.10.06.22015.10.06.2Philipp Hagemeister
2015-10-07[canalplus] PEP 8Sergey M․
2015-10-06[canalplus] Extend video id regex (Closes #7076)Sergey M․
2015-10-06[bandcamp] Prepend download URL with scheme when necessary (Closes #7077)Sergey M․
2015-10-06[compat] Fix wrong lines/columns orderSergey M․
stty size is rows x columns
2015-10-06release 2015.10.06.12015.10.06.1Philipp Hagemeister
2015-10-06[compat] Do not compare None <= 0Philipp Hagemeister
The result is meaningless (and it emits a warning in cpython2 when called with -3), so handle None before making integer comparisons.
2015-10-06release 2015.10.062015.10.06Philipp Hagemeister
2015-10-05[ustream] Fix testsSergey M․
2015-10-05[ustream] Fix typoSergey M․
2015-10-05[ustream] Move filesizeSergey M․
2015-10-05[ustream] Remove unused importSergey M․
2015-10-05[tumblr] Remove redundant fieldSergey M․
2015-10-05[ustream] ModernizeSergey M․
2015-10-05[ustream] Switch extraction to apiSergey M․
2015-10-05Fixed the ustream extractor to use the current ustream APIDavid Rabinowitz