Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [vidme] Check for deleted videos | Lukáš Lalinský | 2015-10-26 | 1 | -0/+9 |
| | |||||
* | [youporn] Extract comment count | Sergey M․ | 2015-10-25 | 1 | -0/+6 |
| | |||||
* | [stitcher] Remove origEpisodeURL | Sergey M․ | 2015-10-25 | 1 | -1/+1 |
| | | | | It's always 404 | ||||
* | [youporn] Improve uploader extraction | Sergey M․ | 2015-10-25 | 1 | -5/+27 |
| | |||||
* | [youporn] Make description optional | Sergey M․ | 2015-10-25 | 1 | -1/+1 |
| | | | | Some videos does not contain any description | ||||
* | [youporn] Improve and make more robust (Closes #6888, closes #7214) | Sergey M․ | 2015-10-25 | 1 | -73/+104 |
| | |||||
* | [youporn] Fix extraction | Erik | 2015-10-25 | 1 | -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 id | Sergey M․ | 2015-10-25 | 1 | -2/+6 |
| | |||||
* | [dailymotion] Extract f4m formats | Sergey M․ | 2015-10-24 | 1 | -3/+11 |
| | |||||
* | [senateisvp] Pass extra param as query segment without `?` | Sergey M․ | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | [downloader/f4m] More accurate fragment URL construction | Sergey M․ | 2015-10-24 | 1 | -3/+6 |
| | |||||
* | [downloader/f4m] get the redirected f4m_url and handle url query string properly | remitamine | 2015-10-24 | 1 | -5/+10 |
| | |||||
* | [extractor/common] get the redirected m3u8_url in _extract_m3u8_formats | remitamine | 2015-10-24 | 1 | -1/+2 |
| | |||||
* | [tutv] Fix test | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -2/+2 |
| | |||||
* | [abc] Support more URL formats | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -1/+4 |
| | |||||
* | [abc] add support for audio extraction | remitamine | 2015-10-24 | 1 | -1/+12 |
| | |||||
* | [spiegeltv] Fix style issue | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -1/+1 |
| | | | | Use two spaces before comment. | ||||
* | [extractor/common] Remove unused import | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -1/+0 |
| | |||||
* | [spiegeltv] Check formats | Sergey M․ | 2015-10-24 | 1 | -0/+1 |
| | |||||
* | [extractor/common] Use more generic URLError in _is_valid_url | Sergey M․ | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | [spiegeltv] Do not extract m3u8 formats since it's already a format | Sergey M․ | 2015-10-24 | 1 | -11/+10 |
| | |||||
* | [spiegeltv] Fix Accept-Encoding issue (server chokes on gzip) | Christoph Döpmann | 2015-10-24 | 1 | -0/+4 |
| | |||||
* | [mitele] Fix test checksum | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | [mitele] Don't encode the URL query (closes #7280) | Jaime Marquínez Ferrándiz | 2015-10-24 | 1 | -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.24 | Philipp Hagemeister | 2015-10-24 | 2 | -2/+2 |
| | |||||
* | Fix py2exe build (#7276) | Philipp Hagemeister | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | [README.md] Fix typo | Sergey M | 2015-10-23 | 1 | -1/+1 |
| | |||||
* | [youtube:channel] Support age restricted channels (fixes #7277) | Jaime Marquínez Ferrándiz | 2015-10-23 | 1 | -1/+10 |
| | |||||
* | [youtube:channel] Fix test | Jaime Marquínez Ferrándiz | 2015-10-23 | 1 | -1/+2 |
| | |||||
* | [test/test_download] Use extract_flat = 'in_playlist' for playlist items | Jaime Marquínez Ferrándiz | 2015-10-23 | 1 | -1/+1 |
| | | | | Some playlist extractors return a 'url' result, which wouldn't be resolved. | ||||
* | release 2015.10.23 | Philipp Hagemeister | 2015-10-23 | 3 | -2/+5 |
| | |||||
* | [crunchyroll] Improve subtitle regex (Closes #7262) | Sergey M․ | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | [bbc.co.uk:article] Add new extractor (#7257) | Yen Chi Hsuan | 2015-10-22 | 2 | -2/+33 |
| | |||||
* | [bbc] Fix test_BBC_9 | Yen Chi Hsuan | 2015-10-22 | 1 | -0/+1 |
| | |||||
* | [iqiyi] Update key | Yen Chi Hsuan | 2015-10-22 | 1 | -3/+3 |
| | |||||
* | [adultswim] Don't default to the native m3u8 downloader (closes #7243) | Jaime Marquínez Ferrándiz | 2015-10-21 | 1 | -1/+1 |
| | | | | Some of the streams are encrypted, which is not supported . | ||||
* | [facebook] Fix extraction (Closes #7252) | Sergey M․ | 2015-10-21 | 1 | -11/+12 |
| | |||||
* | [vine] Use _search_regex for JSON data (Closes #7254, closes #7255) | Sergey M․ | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | [stitcher] Improve (Closes #7162, closes #7228) | Sergey M․ | 2015-10-20 | 1 | -17/+61 |
| | |||||
* | [stitcher] Add extractor | mjdubell | 2015-10-20 | 2 | -0/+38 |
| | | | | | | | | Stitcher review updates Removed re import Stitcher review updates | ||||
* | [utils:js_to_json] Fix bad escape in double quoted strings | Sergey M․ | 2015-10-20 | 2 | -2/+5 |
| | |||||
* | Merge pull request #7242 from lalinsky/vimeo-seed-status | Sergey M. | 2015-10-20 | 1 | -3/+8 |
|\ | | | | | [vimeo] Fix error parsing | ||||
| * | [vimeo] New test, fixed one older test | Lukáš Lalinský | 2015-10-20 | 1 | -1/+6 |
| | | |||||
| * | [vimeo] Fix error parsing | Lukáš Lalinský | 2015-10-20 | 1 | -2/+2 |
| | | |||||
* | | [vidme] Update test | Sergey M․ | 2015-10-20 | 1 | -1/+1 |
| | | |||||
* | | [vidme] Use original vid.me title template for untitled videos | Sergey M․ | 2015-10-20 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #7237 from lalinsky/vidme2 | Sergey M. | 2015-10-20 | 1 | -2/+35 |
|\ \ | |/ |/| | [vidme] Stream URL fallback, better error message for suspended videos | ||||
| * | [vidme] Stream URL fallback, better error message for suspended videos | Lukáš Lalinský | 2015-10-19 | 1 | -2/+35 |
|/ | |||||
* | [zdf] Modernize and PEP 8 | Sergey M․ | 2015-10-19 | 1 | -21/+22 |
| | |||||
* | Merge pull request #7225 from kennell/master | Sergey M. | 2015-10-19 | 1 | -0/+17 |
|\ | | | | | [zdf] Extract thumbnails |