summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [bbc] Add support for videos in news articles embedded with data-playableSergey M․2015-10-101-0/+17
| | |
* | | [iqiyi] Update enc_keyYen Chi Hsuan2015-10-101-2/+4
| | |
* | | [vimeo] Fix authentication (Closes #7110)Sergey M․2015-10-101-0/+4
| | |
* | | [extractor/common] Allow quoteless content attribute in og regexes (Closes ↵Sergey M․2015-10-101-1/+1
| | | | | | | | | | | | #7115)
* | | release 2015.10.09Philipp Hagemeister2015-10-092-2/+2
| | |
* | | [extractor/common] Allow HTML5 unquoted attribute valuesYen Chi Hsuan2015-10-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | [dailymotion] Update player v5 regex (Closes #7107)Sergey M․2015-10-091-1/+1
| | |
* | | [pbs] Carry long lineSergey M․2015-10-091-1/+5
| | |
* | | Merge pull request #7105 from remitamine/pbsSergey M.2015-10-091-10/+11
|\ \ \ | | | | | | | | [pbs] detect errors from http error code
| * | | [pbs] place errors into a dictremitamine2015-10-081-13/+7
| | | |
| * | | [pbs] detect errors from http error coderemitamine2015-10-081-8/+15
|/ / /
* | | [4tube] Try extracting sources from the webpage before fetching player.js ↵Sergey M․2015-10-081-13/+18
| | | | | | | | | | | | (Closes #7103)
* | | [4tube] Revert uploader regexes and make non fatalSergey M․2015-10-081-2/+4
| | |
* | | [4tube] Style and make more robustSergey M․2015-10-081-2/+5
| | |
* | | Fixed 4tube.com extractor to pull metadata from associated Javascript and ↵kitty2015-10-081-5/+6
| | | | | | | | | | | | not the HTML of the desired page.
* | | Merge pull request #7100 from AndroKev/nowtv-fixSergey M.2015-10-081-2/+2
|\ \ \ | | | | | | | | [nowtv] Update rtmp player URL
| * | | FIX: nowtvAndroKev2015-10-081-2/+2
|/ / / | | | | | | | | | 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
* | | Merge pull request #7085 from TomGijselinck/patch-1Philipp Hagemeister2015-10-071-16/+16
|\ \ \ | | | | | | | | Fix typos and improve grammar and spelling
| * | | Fix typos and improve grammar and spellingTom Gijselinck2015-10-071-16/+16
|/ / /
* | | release 2015.10.06.2Philipp Hagemeister2015-10-061-1/+1
| | |
* | | [canalplus] PEP 8Sergey M․2015-10-071-1/+1
| | |
* | | [canalplus] Extend video id regex (Closes #7076)Sergey M․2015-10-061-1/+2
| | |
* | | [bandcamp] Prepend download URL with scheme when necessary (Closes #7077)Sergey M․2015-10-061-2/+2
| | |
* | | [compat] Fix wrong lines/columns orderSergey M․2015-10-061-1/+1
| | | | | | | | | | | | stty size is rows x columns
* | | release 2015.10.06.1Philipp Hagemeister2015-10-061-1/+1
| | |
* | | [compat] Do not compare None <= 0Philipp Hagemeister2015-10-061-5/+5
| | | | | | | | | | | | The result is meaningless (and it emits a warning in cpython2 when called with -3), so handle None before making integer comparisons.
* | | release 2015.10.06Philipp Hagemeister2015-10-064-118/+289
| | |
* | | [README.md] Markdown improvementsSergey M2015-10-061-6/+6
| | |
* | | [ustream] Fix testsSergey M․2015-10-051-2/+7
| | |
* | | [ustream] Fix typoSergey M․2015-10-051-1/+1
| | |
* | | [ustream] Move filesizeSergey M․2015-10-051-3/+4
| | |
* | | [ustream] Remove unused importSergey M․2015-10-051-1/+0
| | |
* | | [tumblr] Remove redundant fieldSergey M․2015-10-051-1/+0
| | |
* | | [ustream] ModernizeSergey M․2015-10-051-5/+6
| | |
* | | [ustream] Switch extraction to apiSergey M․2015-10-051-32/+37
| | |
* | | Fixed the ustream extractor to use the current ustream APIDavid Rabinowitz2015-10-051-7/+2
| | |
* | | [tumblr] Add missing fields for vidme testSergey M․2015-10-051-0/+3
| | |
* | | [tumblr] Remove redundant testSergey M․2015-10-051-13/+0
| | |
* | | [tumblr] Simplify and extract durationSergey M․2015-10-051-28/+32
| | |
* | | [tumblr] Added support for HD video where available (#7036)Oli Allen2015-10-051-3/+55
| | | | | | | | | | | | | | | | | | | | | | | | [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
* | | [appletrailers] Quotes consistencySergey M․2015-10-051-34/+34
| | |
* | | Merge pull request #6963 from remitamine/appledailySergey M.2015-10-051-3/+13
|\ \ \ | | | | | | | | [nextmedia] update AppleDailyIE tests
| * | | [nextmedia] update AppleDailyIE testsremitamine2015-09-251-3/+13
| | | |
* | | | [pbs] Add test for #7059Sergey M․2015-10-041-0/+18
| | | |
* | | | [pbs] Allow empty attribute in player regexSergey M․2015-10-041-1/+1
| | | |
* | | | [pbs] Improve player regex (Closes #7059)Sergey M․2015-10-041-1/+1
| | | |
* | | | [limelight] Add test video with subtitlesSergey M․2015-10-041-3/+21
| | | |
* | | | [limelight] Fix python 2.6, simplify, make more robust (Closes #6734)Sergey M․2015-10-042-78/+113
| | | |
* | | | [YoutubeDL] Autocalculate ext for subtitles when missingSergey M․2015-10-042-2/+10
| | | |
* | | | [limelight] Add new extractorremitamine2015-10-042-0/+181
| | | |