Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-14 | [metadatafromtitle] Some improvements and cleanup | Jaime Marquínez Ferrándiz | |
* Remove the 'songtitle' field, 'title' can be used instead. * Remove newlines in the help text, for consistency with other options. * Add 'from __future__ import unicode_literals'. * Call '__init__' from the parent class. * Add test for the format_to_regex method | |||
2015-03-14 | Add metadata from title parser | phiresky | |
(Closes #5125) | |||
2015-03-14 | [livestream] Extract all videos in events (fixes #5198) | Jaime Marquínez Ferrándiz | |
The webpage only contains the most recent ones, but if you scroll down more will appear. | |||
2015-03-14 | [eighttracks] Remove unused import | Jaime Marquínez Ferrándiz | |
2015-03-14 | [8tracks] Modernize | Sergey M․ | |
2015-03-14 | [8tracks] Improve extraction | Sergey M․ | |
2015-03-14 | [8tracks] Use predefined avg duration when duration is negative (Closes #5200) | Sergey M․ | |
2015-03-14 | [yandexmusic] Site mirrors | Mamay Alexander | |
2015-03-14 | [viewster] Improve extraction | Sergey M․ | |
2015-03-14 | [viewster] Add extractor | Sergey M․ | |
2015-03-14 | [kanalplay] Fix test | Sergey M․ | |
2015-03-13 | [beatenpro] Fix tests | Sergey M․ | |
2015-03-13 | [beatenpro] Simplify | Sergey M․ | |
2015-03-13 | [beatenpro] Improve display_id | Sergey M․ | |
2015-03-13 | [beatenpro] Simplify and improve | Sergey M․ | |
2015-03-13 | [beatenpro] Use generic format sort | Sergey M․ | |
2015-03-13 | Merge branch 'beatport-pro' of https://github.com/djpohly/youtube-dl into ↵ | Sergey M․ | |
djpohly-beatport-pro | |||
2015-03-13 | [nrk] Use generic subtitles timecode formatter | Sergey M․ | |
2015-03-13 | [kanalplay] Extract subtitles | Sergey M․ | |
2015-03-13 | [extractor/common] Add subtitles timecode formatter | Sergey M․ | |
2015-03-13 | [kanalplay] Add extractor (Closes #5188) | Sergey M․ | |
2015-03-13 | [YoutubeDL] Check for bytes instead of unicode output templates (#5192) | Philipp Hagemeister | |
Also adapt the embedding examples for those poor souls still using 2.x. | |||
2015-03-12 | [jeuxvideo] Fix extraction (fixes #5190) | Jaime Marquínez Ferrándiz | |
2015-03-12 | fix python2 | Devin J. Pohly | |
2015-03-12 | [BeatportPro] Add new extractor | Devin J. Pohly | |
This extractor is for Beatport's 2-minute, low-quality track previews only. To obtain an entire track, you obviously have to purchase and download it normally through the Beatport store! Possible future improvements: - Playlists for albums or other track-list pages - User login to play from My Beatport, Hold Bin, or Cart | |||
2015-03-12 | [vimeo] Use https for all vimeo.com urls | Jaime Marquínez Ferrándiz | |
Unfortunately vimeopro.com doesn't support it yet. | |||
2015-03-12 | [vimeo] Fix login (#3886) | Jaime Marquínez Ferrándiz | |
2015-03-12 | * Change globo.py flash ver to 17.0.0.132 - Chrome 42.0.2311.22 | Leonardo Amaral | |
2015-03-12 | [yam] Skip test | Sergey M․ | |
2015-03-12 | [footyroom] Add extractor (Closes #5000) | Sergey M․ | |
2015-03-12 | Merge pull request #5150 from yan12125/yam_fix | Sergey M. | |
[Yam] Add an error detection and update test cases | |||
2015-03-11 | Don't accept '-1' as format, 'all' is clearer | Jaime Marquínez Ferrándiz | |
2015-03-11 | [funnyordie] Simplify subtitles | Sergey M․ | |
2015-03-11 | Merge branch 'master' of https://github.com/pishposhmcgee/youtube-dl into ↵ | Sergey M․ | |
pishposhmcgee-master | |||
2015-03-11 | [ssa] Add extractor (Closes #5169) | Sergey M․ | |
2015-03-11 | [npo] Improve smooth stream skipping and set low preference for streams ↵ | Sergey M․ | |
other than hds ans hls (Closes #5175) | |||
2015-03-10 | Update funnyordie.py | pishposhmcgee | |
2015-03-10 | Added subtitles for FunnyOrDie | PishPosh.McGee | |
2015-03-10 | [utils] Keep dot and dotdot unmodified (Closes #5171) | Sergey M․ | |
2015-03-09 | [yandexmusic:album] Improve _VALID_URL to avoid matching tracks urls | Jaime Marquínez Ferrándiz | |
2015-03-09 | [niconico] Use '_match_id' | Jaime Marquínez Ferrándiz | |
2015-03-09 | [yandexmusic] PEP8: remove blank line at the end of file | Jaime Marquínez Ferrándiz | |
2015-03-09 | [yamusic] Rename to yandexmusic | Sergey M․ | |
2015-03-09 | [yamusic] Improve, simplify, fix python3 issues and add tests | Sergey M․ | |
2015-03-09 | [YandexMusic] Add new extractor | Mamay Alexander | |
2015-03-09 | release 2015.03.092015.03.09 | Philipp Hagemeister | |
2015-03-09 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/YoutubeDL.py | |||
2015-03-09 | [breakcom] Process only play purpose media formats (Closes #5164) | Sergey M․ | |
2015-03-08 | [adultswim] Improve video_info extraction (Fixes #5152) | Naglis Jonaitis | |
Look for video_info inside `slugged_video`, if slug is not found among collections. Also, simplify a bit. | |||
2015-03-08 | [options] Rename --dump-intermediate-pages to --dump-pages for consistence ↵ | Philipp Hagemeister | |
with --write-pages |