summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | tox.ini: Add python 3.4Jaime Marquínez Ferrándiz2015-03-141-1/+1
| | | | | |
* | | | | | tox.ini: Run the same command as 'make offlinetest' by defaultJaime Marquínez Ferrándiz2015-03-141-1/+4
| | | | | |
* | | | | | [test/YoutubeDL] Use valid urlsJaime Marquínez Ferrándiz2015-03-141-22/+24
| | | | | | | | | | | | | | | | | | | | | | | | It failed on python 3.4 when building the http_headers field
* | | | | | [test/unicode_literals] Don't look into the .git and .tox directoriesJaime Marquínez Ferrándiz2015-03-141-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | The .tox directory contains python code that we can't control
* | | | | | [metadatafromtitle] Some improvements and cleanupJaime Marquínez Ferrándiz2015-03-144-11/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | | | | Add metadata from title parserphiresky2015-03-145-2/+72
|/ / / / / | | | | | | | | | | | | | | | (Closes #5125)
* | | | | [livestream] Extract all videos in events (fixes #5198)Jaime Marquínez Ferrándiz2015-03-141-5/+36
| | | | | | | | | | | | | | | | | | | | The webpage only contains the most recent ones, but if you scroll down more will appear.
* | | | | [eighttracks] Remove unused importJaime Marquínez Ferrándiz2015-03-141-1/+0
| | | | |
* | | | | [8tracks] ModernizeSergey M․2015-03-141-2/+1
| | | | |
* | | | | [8tracks] Improve extractionSergey M․2015-03-141-3/+4
| | | | |
* | | | | [8tracks] Use predefined avg duration when duration is negative (Closes #5200)Sergey M․2015-03-141-0/+3
| | | | |
* | | | | Merge pull request #5199 from MamayAlexander/yandexmusicSergey M.2015-03-141-3/+3
|\ \ \ \ \ | | | | | | | | | | | | [yandexmusic] Site mirrors
| * | | | | [yandexmusic] Site mirrorsMamay Alexander2015-03-141-3/+3
|/ / / / /
* | | | | [viewster] Improve extractionSergey M․2015-03-141-23/+99
| | | | |
* | | | | [viewster] Add extractorSergey M․2015-03-142-0/+54
| | | | |
* | | | | [kanalplay] Fix testSergey M․2015-03-141-3/+6
| | | | |
* | | | | Merge branch 'djpohly-beatport-pro'Sergey M․2015-03-133-0/+105
|\ \ \ \ \
| * | | | | Credit @djpohly for BeatportPro (#5189)Sergey M․2015-03-131-0/+1
| | | | | |
| * | | | | [beatenpro] Fix testsSergey M․2015-03-131-6/+6
| | | | | |
| * | | | | [beatenpro] SimplifySergey M․2015-03-131-9/+10
| | | | | |
| * | | | | [beatenpro] Improve display_idSergey M․2015-03-131-4/+7
| | | | | |
| * | | | | [beatenpro] Simplify and improveSergey M․2015-03-131-18/+16
| | | | | |
| * | | | | [beatenpro] Use generic format sortSergey M․2015-03-131-1/+1
| | | | | |
| * | | | | Merge branch 'beatport-pro' of https://github.com/djpohly/youtube-dl into ↵Sergey M․2015-03-132-0/+102
|/| | | | | | | | | | | | | | | | | | | | | | | djpohly-beatport-pro
| * | | | | fix python2Devin J. Pohly2015-03-121-1/+1
| | | | | |
| * | | | | [BeatportPro] Add new extractorDevin J. Pohly2015-03-122-0/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | [nrk] Use generic subtitles timecode formatterSergey M․2015-03-131-5/+2
| | | | | |
* | | | | | [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
| | | | | |