Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5208 from admire93/master | Sergey M. | 2015-03-15 | 1 | -1/+1 |
|\ | | | | | Fix mistyped docstring indent | ||||
| * | Fix mistyped docstring indent | Kang Hyojun | 2015-03-15 | 1 | -1/+1 |
| | | |||||
* | | [aftenposten] Adapt to new URL format | Sergey M․ | 2015-03-15 | 1 | -8/+3 |
| | | |||||
* | | tox.ini: Add python 3.4 | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -1/+1 |
| | | |||||
* | | tox.ini: Run the same command as 'make offlinetest' by default | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -1/+4 |
| | | |||||
* | | [test/YoutubeDL] Use valid urls | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -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 directories | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -1/+10 |
| | | | | | | | | The .tox directory contains python code that we can't control | ||||
* | | [metadatafromtitle] Some improvements and cleanup | Jaime Marquínez Ferrándiz | 2015-03-14 | 4 | -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 parser | phiresky | 2015-03-14 | 5 | -2/+72 |
|/ | | | | (Closes #5125) | ||||
* | [livestream] Extract all videos in events (fixes #5198) | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -5/+36 |
| | | | | The webpage only contains the most recent ones, but if you scroll down more will appear. | ||||
* | [eighttracks] Remove unused import | Jaime Marquínez Ferrándiz | 2015-03-14 | 1 | -1/+0 |
| | |||||
* | [8tracks] Modernize | Sergey M․ | 2015-03-14 | 1 | -2/+1 |
| | |||||
* | [8tracks] Improve extraction | Sergey M․ | 2015-03-14 | 1 | -3/+4 |
| | |||||
* | [8tracks] Use predefined avg duration when duration is negative (Closes #5200) | Sergey M․ | 2015-03-14 | 1 | -0/+3 |
| | |||||
* | Merge pull request #5199 from MamayAlexander/yandexmusic | Sergey M. | 2015-03-14 | 1 | -3/+3 |
|\ | | | | | [yandexmusic] Site mirrors | ||||
| * | [yandexmusic] Site mirrors | Mamay Alexander | 2015-03-14 | 1 | -3/+3 |
|/ | |||||
* | [viewster] Improve extraction | Sergey M․ | 2015-03-14 | 1 | -23/+99 |
| | |||||
* | [viewster] Add extractor | Sergey M․ | 2015-03-14 | 2 | -0/+54 |
| | |||||
* | [kanalplay] Fix test | Sergey M․ | 2015-03-14 | 1 | -3/+6 |
| | |||||
* | Merge branch 'djpohly-beatport-pro' | Sergey M․ | 2015-03-13 | 3 | -0/+105 |
|\ | |||||
| * | Credit @djpohly for BeatportPro (#5189) | Sergey M․ | 2015-03-13 | 1 | -0/+1 |
| | | |||||
| * | [beatenpro] Fix tests | Sergey M․ | 2015-03-13 | 1 | -6/+6 |
| | | |||||
| * | [beatenpro] Simplify | Sergey M․ | 2015-03-13 | 1 | -9/+10 |
| | | |||||
| * | [beatenpro] Improve display_id | Sergey M․ | 2015-03-13 | 1 | -4/+7 |
| | | |||||
| * | [beatenpro] Simplify and improve | Sergey M․ | 2015-03-13 | 1 | -18/+16 |
| | | |||||
| * | [beatenpro] Use generic format sort | Sergey M․ | 2015-03-13 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'beatport-pro' of https://github.com/djpohly/youtube-dl into ↵ | Sergey M․ | 2015-03-13 | 2 | -0/+102 |
|/| | | | | | | | djpohly-beatport-pro | ||||
| * | fix python2 | Devin J. Pohly | 2015-03-12 | 1 | -1/+1 |
| | | |||||
| * | [BeatportPro] Add new extractor | Devin J. Pohly | 2015-03-12 | 2 | -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 formatter | Sergey M․ | 2015-03-13 | 1 | -5/+2 |
| | | |||||
* | | [kanalplay] Extract subtitles | Sergey M․ | 2015-03-13 | 1 | -0/+21 |
| | | |||||
* | | [extractor/common] Add subtitles timecode formatter | Sergey M․ | 2015-03-13 | 1 | -0/+3 |
| | | |||||
* | | [kanalplay] Add extractor (Closes #5188) | Sergey M․ | 2015-03-13 | 2 | -0/+73 |
| | | |||||
* | | [YoutubeDL] Check for bytes instead of unicode output templates (#5192) | Philipp Hagemeister | 2015-03-13 | 2 | -0/+7 |
| | | | | | | | | Also adapt the embedding examples for those poor souls still using 2.x. | ||||
* | | [jeuxvideo] Fix extraction (fixes #5190) | Jaime Marquínez Ferrándiz | 2015-03-12 | 1 | -17/+19 |
|/ | |||||
* | [vimeo] Use https for all vimeo.com urls | Jaime Marquínez Ferrándiz | 2015-03-12 | 2 | -23/+23 |
| | | | | Unfortunately vimeopro.com doesn't support it yet. | ||||
* | [vimeo] Fix login (#3886) | Jaime Marquínez Ferrándiz | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Merge pull request #5186 from leleobhz/master | Sergey M. | 2015-03-12 | 1 | -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.22 | Leonardo Amaral | 2015-03-12 | 1 | -1/+1 |
|/ | |||||
* | [yam] Skip test | Sergey M․ | 2015-03-12 | 1 | -1/+2 |
| | |||||
* | [footyroom] Add extractor (Closes #5000) | Sergey M․ | 2015-03-12 | 2 | -0/+42 |
| | |||||
* | Merge pull request #5150 from yan12125/yam_fix | Sergey M. | 2015-03-12 | 1 | -6/+28 |
|\ | | | | | [Yam] Add an error detection and update test cases | ||||
| * | [Yam] Add an error detection and update test cases | Yen Chi Hsuan | 2015-03-07 | 1 | -6/+28 |
| | | |||||
* | | Don't accept '-1' as format, 'all' is clearer | Jaime Marquínez Ferrándiz | 2015-03-11 | 1 | -2/+1 |
| | | |||||
* | | [funnyordie] Add subtitles test | Sergey M․ | 2015-03-11 | 1 | -0/+13 |
| | | |||||
* | | Merge branch 'pishposhmcgee-master' | Sergey M․ | 2015-03-11 | 1 | -1/+8 |
|\ \ | |||||
| * | | [funnyordie] Simplify subtitles | Sergey M․ | 2015-03-11 | 1 | -8/+6 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/pishposhmcgee/youtube-dl into ↵ | Sergey M․ | 2015-03-11 | 1 | -1/+10 |
|/| | | | | | | | | | | | pishposhmcgee-master | ||||
| * | | Update funnyordie.py | pishposhmcgee | 2015-03-10 | 1 | -2/+1 |
| | | | |||||
| * | | Added subtitles for FunnyOrDie | PishPosh.McGee | 2015-03-10 | 1 | -1/+11 |
| | | |