aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-09Merge pull request #7105 from remitamine/pbsSergey M.
[pbs] detect errors from http error code
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-08Merge pull request #7100 from AndroKev/nowtv-fixSergey M.
[nowtv] Update rtmp player URL
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-07Merge pull request #7085 from TomGijselinck/patch-1Philipp Hagemeister
Fix typos and improve grammar and spelling
2015-10-07Fix typos and improve grammar and spellingTom Gijselinck
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-06[README.md] Markdown improvementsSergey M
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
2015-10-05[tumblr] Add missing fields for vidme testSergey M․
2015-10-05[tumblr] Remove redundant testSergey M․
2015-10-05[tumblr] Simplify and extract durationSergey M․
2015-10-05[tumblr] Added support for HD video where available (#7036)Oli Allen
[tumblr] Replaced test URL for HD video as old one lead to 404 [tumblr] Don't make assumptions about video resolution, cleaner handling of no HD version available [tumblr] Removed extraneous resolution key in HD video tests
2015-10-05[appletrailers] Quotes consistencySergey M․
2015-10-05Merge pull request #6963 from remitamine/appledailySergey M.
[nextmedia] update AppleDailyIE tests
2015-10-04[pbs] Add test for #7059Sergey M․
2015-10-04[pbs] Allow empty attribute in player regexSergey M․
2015-10-04[pbs] Improve player regex (Closes #7059)Sergey M․
2015-10-04[limelight] Add test video with subtitlesSergey M․
2015-10-04[limelight] Fix python 2.6, simplify, make more robust (Closes #6734)Sergey M․
2015-10-04[YoutubeDL] Autocalculate ext for subtitles when missingSergey M․
2015-10-04[limelight] Add new extractorremitamine
2015-10-03Merge pull request #7052 from remitamine/engadgetSergey M.
[engadget] accept short video urls
2015-10-03[tapely] Improve _VALID_URLNaglis Jonaitis
2015-10-03[engadget] accept short video urlsremitamine
2015-10-03[doc] Better formatting of youtube-dl.1 (closes #6510)Yen Chi Hsuan
2015-10-03[compat] Allow overriding by only COLUMNS or LINES in compat_get_terminal_sizeYen Chi Hsuan
Now the semantic of this function is identical to shutil.get_terminal_size() in Python 3.3+. The new behavior also corresponds to the old get_term_width(), which is removed in 003c69a84b68cadb46aeb8e03115848a722fd675