aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [vidme] Check for deleted videosLukáš Lalinský2015-10-261-0/+9
|
* [youporn] Extract comment countSergey M․2015-10-251-0/+6
|
* [stitcher] Remove origEpisodeURLSergey M․2015-10-251-1/+1
| | | | It's always 404
* [youporn] Improve uploader extractionSergey M․2015-10-251-5/+27
|
* [youporn] Make description optionalSergey M․2015-10-251-1/+1
| | | | Some videos does not contain any description
* [youporn] Improve and make more robust (Closes #6888, closes #7214)Sergey M․2015-10-251-73/+104
|
* [youporn] Fix extractionErik2015-10-251-32/+23
| | | | | | | | | | | | | | | | | | [youporn] Added description and thumbnail [youporn] Added uploader and date [youporn] Removed Try and Except lines [youporn] Fixed date, fatal, formats and /s* [youporn] Undid removing comment about video url components & Undid and fixed removal of encrypted URL detection [youporn] Fix: Add encrypted link to links array only if not already in it [youporn] Fix: Add encrypted link to links array only if not already in it [youporn] Fix: cleanup
* [njoy] Add support for URLs without display idSergey M․2015-10-251-2/+6
|
* [dailymotion] Extract f4m formatsSergey M․2015-10-241-3/+11
|
* [senateisvp] Pass extra param as query segment without `?`Sergey M․2015-10-241-2/+2
|
* [downloader/f4m] More accurate fragment URL constructionSergey M․2015-10-241-3/+6
|
* [downloader/f4m] get the redirected f4m_url and handle url query string properlyremitamine2015-10-241-5/+10
|
* [extractor/common] get the redirected m3u8_url in _extract_m3u8_formatsremitamine2015-10-241-1/+2
|
* [tutv] Fix testJaime Marquínez Ferrándiz2015-10-241-2/+2
|
* [abc] Support more URL formatsJaime Marquínez Ferrándiz2015-10-241-1/+4
|
* [abc] add support for audio extractionremitamine2015-10-241-1/+12
|
* [spiegeltv] Fix style issueJaime Marquínez Ferrándiz2015-10-241-1/+1
| | | | Use two spaces before comment.
* [extractor/common] Remove unused importJaime Marquínez Ferrándiz2015-10-241-1/+0
|
* [spiegeltv] Check formatsSergey M․2015-10-241-0/+1
|
* [extractor/common] Use more generic URLError in _is_valid_urlSergey M․2015-10-241-1/+1
|
* [spiegeltv] Do not extract m3u8 formats since it's already a formatSergey M․2015-10-241-11/+10
|
* [spiegeltv] Fix Accept-Encoding issue (server chokes on gzip)Christoph Döpmann2015-10-241-0/+4
|
* [mitele] Fix test checksumJaime Marquínez Ferrándiz2015-10-241-1/+1
|
* [mitele] Don't encode the URL query (closes #7280)Jaime Marquínez Ferrándiz2015-10-241-1/+1
| | | | This seems to produce sporadic errors when trying to access the URL, because on python 3.x when you do '%s' % b'somedata' you get "b'somedata'".
* release 2015.10.24Philipp Hagemeister2015-10-242-2/+2
|
* Fix py2exe build (#7276)Philipp Hagemeister2015-10-241-1/+1
|
* [README.md] Fix typoSergey M2015-10-231-1/+1
|
* [youtube:channel] Support age restricted channels (fixes #7277)Jaime Marquínez Ferrándiz2015-10-231-1/+10
|
* [youtube:channel] Fix testJaime Marquínez Ferrándiz2015-10-231-1/+2
|
* [test/test_download] Use extract_flat = 'in_playlist' for playlist itemsJaime Marquínez Ferrándiz2015-10-231-1/+1
| | | | Some playlist extractors return a 'url' result, which wouldn't be resolved.
* release 2015.10.23Philipp Hagemeister2015-10-233-2/+5
|
* [crunchyroll] Improve subtitle regex (Closes #7262)Sergey M․2015-10-221-1/+1
|
* [bbc.co.uk:article] Add new extractor (#7257)Yen Chi Hsuan2015-10-222-2/+33
|
* [bbc] Fix test_BBC_9Yen Chi Hsuan2015-10-221-0/+1
|
* [iqiyi] Update keyYen Chi Hsuan2015-10-221-3/+3
|
* [adultswim] Don't default to the native m3u8 downloader (closes #7243)Jaime Marquínez Ferrándiz2015-10-211-1/+1
| | | | Some of the streams are encrypted, which is not supported .
* [facebook] Fix extraction (Closes #7252)Sergey M․2015-10-211-11/+12
|
* [vine] Use _search_regex for JSON data (Closes #7254, closes #7255)Sergey M․2015-10-211-2/+2
|
* [stitcher] Improve (Closes #7162, closes #7228)Sergey M․2015-10-201-17/+61
|
* [stitcher] Add extractormjdubell2015-10-202-0/+38
| | | | | | | | Stitcher review updates Removed re import Stitcher review updates
* [utils:js_to_json] Fix bad escape in double quoted stringsSergey M․2015-10-202-2/+5
|
* Merge pull request #7242 from lalinsky/vimeo-seed-statusSergey M.2015-10-201-3/+8
|\ | | | | [vimeo] Fix error parsing
| * [vimeo] New test, fixed one older testLukáš Lalinský2015-10-201-1/+6
| |
| * [vimeo] Fix error parsingLukáš Lalinský2015-10-201-2/+2
| |
* | [vidme] Update testSergey M․2015-10-201-1/+1
| |
* | [vidme] Use original vid.me title template for untitled videosSergey M․2015-10-201-2/+2
| |
* | Merge pull request #7237 from lalinsky/vidme2Sergey M.2015-10-201-2/+35
|\ \ | |/ |/| [vidme] Stream URL fallback, better error message for suspended videos
| * [vidme] Stream URL fallback, better error message for suspended videosLukáš Lalinský2015-10-191-2/+35
|/
* [zdf] Modernize and PEP 8Sergey M․2015-10-191-21/+22
|
* Merge pull request #7225 from kennell/masterSergey M.2015-10-191-0/+17
|\ | | | | [zdf] Extract thumbnails