aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-03-17[Primesharetv] Handle file not existing properly.Jeff Buchbinder
2015-03-17[Primesharetv] Add public domain example videoJeff Buchbinder
2015-03-17[Primesharetv] Add primeshare.tv extractor, still need test dataJeff Buchbinder
2015-03-17Add megavideoz.eu support.Jeff Buchbinder
2015-03-17[letv] Clarify download messageSergey M․
2015-03-17Merge pull request #5116 from yan12125/letv_fixSergey M.
[Letv] Fix test_Letv and test_Letv_1 failures in python 3
2015-03-17[arte+7] Check formats (Closes #5224)Sergey M․
2015-03-15Credit @eferro for the rtve.es:infantil extractor (#5214)Jaime Marquínez Ferrándiz
2015-03-15[rtve.es:infantil] Minor fixes (closes #5214)Jaime Marquínez Ferrándiz
2015-03-15[rtve] Add new extractor for rtve infantilEduardo Ferro
2015-03-15release 2015.03.152015.03.15Philipp Hagemeister
2015-03-16[ard] Capture and output time restricted videos (Closes #5213)Sergey M․
2015-03-15[cloudy] Fix key extraction (Closes #5211)Sergey M․
2015-03-15Merge pull request #5208 from admire93/masterSergey M.
Fix mistyped docstring indent
2015-03-15Fix mistyped docstring indentKang Hyojun
2015-03-15[aftenposten] Adapt to new URL formatSergey M․
2015-03-14tox.ini: Add python 3.4Jaime Marquínez Ferrándiz
2015-03-14tox.ini: Run the same command as 'make offlinetest' by defaultJaime Marquínez Ferrándiz
2015-03-14[test/YoutubeDL] Use valid urlsJaime Marquínez Ferrándiz
It failed on python 3.4 when building the http_headers field
2015-03-14[test/unicode_literals] Don't look into the .git and .tox directoriesJaime Marquínez Ferrándiz
The .tox directory contains python code that we can't control
2015-03-14[metadatafromtitle] Some improvements and cleanupJaime 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-14Add metadata from title parserphiresky
(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 importJaime Marquínez Ferrándiz
2015-03-14[8tracks] ModernizeSergey M․
2015-03-14[8tracks] Improve extractionSergey M․
2015-03-14[8tracks] Use predefined avg duration when duration is negative (Closes #5200)Sergey M․
2015-03-14Merge pull request #5199 from MamayAlexander/yandexmusicSergey M.
[yandexmusic] Site mirrors
2015-03-14[yandexmusic] Site mirrorsMamay Alexander
2015-03-14[viewster] Improve extractionSergey M․
2015-03-14[viewster] Add extractorSergey M․
2015-03-14[kanalplay] Fix testSergey M․
2015-03-13Merge branch 'djpohly-beatport-pro'Sergey M․
2015-03-13Credit @djpohly for BeatportPro (#5189)Sergey M․
2015-03-13[beatenpro] Fix testsSergey M․
2015-03-13[beatenpro] SimplifySergey M․
2015-03-13[beatenpro] Improve display_idSergey M․
2015-03-13[beatenpro] Simplify and improveSergey M․
2015-03-13[beatenpro] Use generic format sortSergey M․
2015-03-13Merge branch 'beatport-pro' of https://github.com/djpohly/youtube-dl into ↵Sergey M․
djpohly-beatport-pro
2015-03-13[nrk] Use generic subtitles timecode formatterSergey M․
2015-03-13[kanalplay] Extract subtitlesSergey M․
2015-03-13[extractor/common] Add subtitles timecode formatterSergey 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-12fix python2Devin J. Pohly
2015-03-12[BeatportPro] Add new extractorDevin 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 urlsJaime Marquínez Ferrándiz
Unfortunately vimeopro.com doesn't support it yet.
2015-03-12[vimeo] Fix login (#3886)Jaime Marquínez Ferrándiz