aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [kanalplay] Extract subtitlesSergey M․2015-03-131-0/+21
|
* [extractor/common] Add subtitles timecode formatterSergey M․2015-03-131-0/+3
|
* [kanalplay] Add extractor (Closes #5188)Sergey M․2015-03-132-0/+73
|
* [YoutubeDL] Check for bytes instead of unicode output templates (#5192)Philipp Hagemeister2015-03-132-0/+7
| | | | Also adapt the embedding examples for those poor souls still using 2.x.
* [jeuxvideo] Fix extraction (fixes #5190)Jaime Marquínez Ferrándiz2015-03-121-17/+19
|
* [vimeo] Use https for all vimeo.com urlsJaime Marquínez Ferrándiz2015-03-122-23/+23
| | | | Unfortunately vimeopro.com doesn't support it yet.
* [vimeo] Fix login (#3886)Jaime Marquínez Ferrándiz2015-03-121-1/+1
|
* Merge pull request #5186 from leleobhz/masterSergey M.2015-03-121-1/+1
|\ | | | | * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22
| * * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22Leonardo Amaral2015-03-121-1/+1
|/
* [yam] Skip testSergey M․2015-03-121-1/+2
|
* [footyroom] Add extractor (Closes #5000)Sergey M․2015-03-122-0/+42
|
* Merge pull request #5150 from yan12125/yam_fixSergey M.2015-03-121-6/+28
|\ | | | | [Yam] Add an error detection and update test cases
| * [Yam] Add an error detection and update test casesYen Chi Hsuan2015-03-071-6/+28
| |
* | Don't accept '-1' as format, 'all' is clearerJaime Marquínez Ferrándiz2015-03-111-2/+1
| |
* | [funnyordie] Add subtitles testSergey M․2015-03-111-0/+13
| |
* | Merge branch 'pishposhmcgee-master'Sergey M․2015-03-111-1/+8
|\ \
| * | [funnyordie] Simplify subtitlesSergey M․2015-03-111-8/+6
| | |
| * | Merge branch 'master' of https://github.com/pishposhmcgee/youtube-dl into ↵Sergey M․2015-03-111-1/+10
|/| | | | | | | | | | | pishposhmcgee-master
| * | Update funnyordie.pypishposhmcgee2015-03-101-2/+1
| | |
| * | Added subtitles for FunnyOrDiePishPosh.McGee2015-03-101-1/+11
| | |
* | | [ssa] Add extractor (Closes #5169)Sergey M․2015-03-112-0/+59
| | |
* | | [npo] Improve smooth stream skipping and set low preference for streams ↵Sergey M․2015-03-111-1/+3
|/ / | | | | | | other than hds ans hls (Closes #5175)
* | [utils] Keep dot and dotdot unmodified (Closes #5171)Sergey M․2015-03-102-1/+6
| |
* | [yandexmusic:album] Improve _VALID_URL to avoid matching tracks urlsJaime Marquínez Ferrándiz2015-03-091-1/+1
| |
* | [niconico] Use '_match_id'Jaime Marquínez Ferrándiz2015-03-091-3/+2
| |
* | [yandexmusic] PEP8: remove blank line at the end of fileJaime Marquínez Ferrándiz2015-03-091-1/+0
| |
* | Merge branch 'MamayAlexander-YandexMusic'Sergey M․2015-03-093-0/+134
|\ \
| * | Credit @MamayAlexander for yandexmusic (#5168)Sergey M․2015-03-091-0/+1
| | |
| * | [yamusic] Rename to yandexmusicSergey M․2015-03-092-1/+1
| | |
| * | [yamusic] Improve, simplify, fix python3 issues and add testsSergey M․2015-03-091-68/+92
| | |
| * | [YandexMusic] Add new extractorMamay Alexander2015-03-092-0/+109
|/ /
* | release 2015.03.09Philipp Hagemeister2015-03-094-3/+10
| |
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-03-0913-34/+246
|\ \ | | | | | | | | | | | | Conflicts: youtube_dl/YoutubeDL.py
| * | [breakcom] Process only play purpose media formats (Closes #5164)Sergey M․2015-03-091-1/+1
| | |
| * | [adultswim] Improve video_info extraction (Fixes #5152)Naglis Jonaitis2015-03-081-12/+32
| | | | | | | | | | | | | | | Look for video_info inside `slugged_video`, if slug is not found among collections. Also, simplify a bit.
| * | [downloader/f4m] Fix use of base64 in python 3.2 (fixes #5132)Jaime Marquínez Ferrándiz2015-03-081-2/+2
| | | | | | | | | | | | b64decode needs a byte string, but on 3.4 it also accepts strings.
| * | [YoutubeDL] Sanitize path before creating non-existent paths (Closes #4324)Sergey M․2015-03-081-1/+1
| | |
| * | [utils] Disallow trailing dot in sanitize_path for a path partSergey M․2015-03-082-1/+12
| | |
| * | [YoutubeDL] Sanitize outtmpl as pathSergey M․2015-03-081-6/+3
| | |
| * | [utils] Fix sanitize_openSergey M․2015-03-081-5/+2
| | |
| * | [utils] Add sanitize_pathSergey M․2015-03-082-0/+39
| | |
| * | [gazeta] Extend _VALID_URLSergey M․2015-03-081-3/+6
| | |
| * | [teamcoco] Fix extractionNaglis Jonaitis2015-03-081-3/+3
| | |
| * | [vidme] Fix view_count extraction and remove comment_count extraction (Fixes ↵Naglis Jonaitis2015-03-081-5/+1
| | | | | | | | | | | | | | | | | | #5133) Comment counts seem to no longer be listed on vid.me
| * | [pladform] Fix format quality sortingSergey M․2015-03-081-0/+4
| | |
| * | [pladform] Add support for embedsSergey M․2015-03-081-0/+19
| | |
| * | [pladform] Add extractorSergey M․2015-03-082-0/+87
| | |
| * | [gazeta] Add new extractor (Closes #4222)Naglis Jonaitis2015-03-082-0/+36
| | |
| * | [twitch] Fix live streams (Closes #5158)Sergey M․2015-03-081-4/+3
| | |
* | | [README] Better bug reporting instructionsPhilipp Hagemeister2015-03-091-1/+15
| | | | | | | | | | | | Also address private emails which I get more and more these days.