summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [democracynow] Add MD5 sumsYen Chi Hsuan2015-11-031-0/+2
|
* [democracynow] SimplifyYen Chi Hsuan2015-11-031-39/+41
|
* [democracynow] Fix _TESTSYen Chi Hsuan2015-10-311-4/+3
|
* Merge branch 'pr-democracynow' of https://github.com/atomicdryad/youtube-dl ↵Yen Chi Hsuan2015-10-312-0/+86
|\ | | | | | | into atomicdryad-pr-democracynow
| * democracynow: correct syntaxfnord2015-07-171-29/+14
| |
| * Add support for democracynow.orgfnord2015-07-132-0/+101
| | | | | | | | Supports downloading clips or entire shows. Subtitle support
* | [anitube] Relax key regex (Closes #7303)Sergey M․2015-10-301-2/+2
| | | | | | | | Another variant seen http://anitubebr.xpg.uol.com.br/embed/
* | [moniker] Add tests for #7244Sergey M․2015-10-291-0/+12
| |
* | [moniker] Add support for builtin embedded videos (Closes #7244)Sergey M․2015-10-291-11/+24
| |
* | [clyp] Improve and cleanup (Closes #7194)Sergey M․2015-10-281-31/+31
| |
* | [utils] Improve parse_iso8601Sergey M․2015-10-282-4/+11
| |
* | [clyp] Add extractorCian Ruane2015-10-282-0/+58
| | | | | | | | | | | | Update __init__.py [clyp.it] Extract ID idiomatically and make duration and description optional
* | [francetv] fix style issues reported by flake8Jaime Marquínez Ferrándiz2015-10-281-4/+4
| | | | | | | | | | * Don't redefine variable in list comprehension * Line missing indentation
* | [pluzz] Fix mobile support and modernize (Closes #7305)Sergey M․2015-10-271-5/+11
| |
* | [francetv] Accept mobile URLsPierre Fenoll2015-10-271-1/+1
| |
* | [francetv] Add subtitles testSergey M․2015-10-261-0/+3
| |
* | [francetv] Make subtitles more robust (Closes #7298)Sergey M․2015-10-261-8/+6
| |
* | [francetv] Add subtitles supportFrans de Jonge2015-10-261-0/+11
| |
* | Merge pull request #7297 from lalinsky/vidme-deletedSergey M2015-10-261-0/+9
|\ \ | | | | | | [vidme] Check for deleted videos
| * | [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
| |