summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [radiojavan] Simplify and extract upload dateSergey M․2015-04-041-40/+35
|
* Merge branch 'radiojavan' of https://github.com/mtp1376/youtube-dl into ↵Sergey M․2015-04-042-0/+72
|\ | | | | | | mtp1376-radiojavan
| * [RadioJavan] Add new extractorMohammad Teimori Pabandi2015-04-032-0/+72
| |
* | Do not encode outtmpl twice (Closes #5288)Sergey M․2015-04-042-5/+2
| |
* | [prosiebensat1] Fix testSergey M․2015-04-031-1/+1
| |
* | [prosiebensat1] Fix bitrate (Closes #5350 closes #5351)Sergey M․2015-04-031-0/+4
| |
* | [mixcloud] Fix extraction of like count (reported in #5231)Jaime Marquínez Ferrándiz2015-04-031-1/+1
| |
* | [bloomberg] Adapt to website changes (fixes #5347)Jaime Marquínez Ferrándiz2015-04-031-9/+16
| |
* | [postprocessor/ffmpeg] Fix crash when ffprobe/avprobe are not installed ↵Jaime Marquínez Ferrándiz2015-04-031-1/+5
| | | | | | | | | | | | (closes #5349) 'self.probe_basename' was None, so 'probe_executable' raised a KeyError exception
* | [miomio] pep8: remove whitespaces in empty lineJaime Marquínez Ferrándiz2015-04-031-1/+1
| |
* | release 2015.04.03Philipp Hagemeister2015-04-032-1/+7
| |
* | Credit @tiktok7 for miomio.tv (#5265)Sergey M․2015-04-031-0/+1
| |
* | [YoutubeDL] Check for `get_ca_certs` availabilitySergey M․2015-04-021-1/+3
| | | | | | | | `get_ca_certs` is not available in python <3.4
* | Merge branch 'tiktok7-MiomioTv'Sergey M․2015-04-022-0/+94
|\ \
| * | [miomio] Fix alphabetic orderSergey M․2015-04-021-1/+1
| | |
| * | [miomio] Rename extractorSergey M․2015-04-022-2/+2
| | |
| * | [miomio] Simplify and fix python 2.6 issueSergey M․2015-04-021-37/+56
| | |
| * | Merge branch 'MiomioTv' of https://github.com/tiktok7/youtube-dl into ↵Sergey M․2015-04-022-0/+75
|/| | | | | | | | | | | tiktok7-MiomioTv
| * | [MiomioTv] updated based on feedback to merge request:tiktok2015-03-232-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | 1) added comment to explain extra xml link download 2) changed {} entries to {0}, {1} etc 3) removed redundant language header (the others are required) 4) checked out the old version of the supported sites md (the change was not required)
| * | [MiomioTv] Add new extractortiktok2015-03-233-0/+72
| | |
* | | [playfm] Adapt to v2api (Closes #5344)Sergey M․2015-04-021-50/+37
| | |
* | | Print a warning if no ssl certificates are loadedJaime Marquínez Ferrándiz2015-04-021-0/+6
| | |
* | | Merge branch 'mtp1376-varzesh3'Sergey M․2015-04-012-0/+46
|\ \ \
| * | | [varzesh3] SimplifySergey M․2015-04-011-23/+20
| | | |
| * | | Merge branch 'varzesh3' of https://github.com/mtp1376/youtube-dl into ↵Sergey M․2015-04-012-0/+49
|/| | | | | |/ | |/| | | | mtp1376-varzesh3
| * | unicde :(Mohammad Teimori Pabandi2015-03-261-1/+1
| | |
| * | removing unicode literal because it is imported :))Mohammad Teimori Pabandi2015-03-261-1/+1
| | |
| * | removed one of tests that made problem with testing serverMohammad Teimori Pabandi2015-03-261-17/+2
| | |
| * | [Varzesh3] Add new extractorMohammad Teimori Pabandi2015-03-262-0/+64
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlSergey M․2015-04-010-0/+0
|\ \ \
| * \ \ Merge pull request #5311 from yan12125/fix_douyuSergey M.2015-04-011-11/+46
| |\ \ \ | | | | | | | | | | [douyutv] Fix extractor and improve error handling
* | \ \ \ Merge branch 'fix_douyu' of https://github.com/yan12125/youtube-dlSergey M․2015-04-011-11/+46
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | [douyutv] Simplify usage of isinstanceYen Chi Hsuan2015-03-291-1/+1
| | | |
| * | | [douyutv] Fix extractor and improve error handlingYen Chi Hsuan2015-03-291-11/+46
| | | |
* | | | [dailymotion] Fix ff cookie and use it for embed page (Closes #5330)Sergey M․2015-03-311-4/+4
| | | |
* | | | [nbc] Remove redundant noteSergey M․2015-03-311-1/+0
| | | | | | | | | | | | | | | | This is already supposed by `only_matching`
* | | | [generic] Add working NBC Sports vplayer testSergey M․2015-03-311-5/+6
| | | |
* | | | Merge pull request #5328 from yan12125/fix_5226Sergey M.2015-03-315-1/+85
|\ \ \ \ | | | | | | | | | | [Yahoo/NBCSports] Fix 5226 and add support for NBC sports
| * | | | [NBCSports/Yahoo] Comment out some MD5 checksumsYen Chi Hsuan2015-03-312-3/+0
| | | | | | | | | | | | | | | | | | | | They seems to change constantly
| * | | | [NBCSports] Add a test case for extended _VALID_URLYen Chi Hsuan2015-03-311-2/+6
| | | | |
| * | | | [NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan2015-03-313-2/+17
| | | | | | | | | | | | | | | | | | | | enhance error detection in ThePlatformIE
| * | | | [NBCSports] Move imports alphabeticallyYen Chi Hsuan2015-03-311-2/+2
| | | | |
| * | | | [Yahoo/NBCSports] Generalize NBC sports info extractorYen Chi Hsuan2015-03-313-5/+37
| | | | |
| * | | | [Yahoo/NBCSports] Fix #5226Yen Chi Hsuan2015-03-313-0/+36
|/ / / /
* | | | [phoenix] Extend _VALID_URL (#5322)Naglis Jonaitis2015-03-301-13/+27
| | | |
* | | | [soundcloud:set:user] Support mobile URLs (Closes #5323)Sergey M․2015-03-301-2/+2
| | | |
* | | | Credit @jorams or dumpert.nl (#5319)Sergey M․2015-03-301-0/+1
| | | |
* | | | Merge branch 'jorams-dumpert'Sergey M․2015-03-302-0/+57
|\ \ \ \
| * | | | [dumpert] Simplify and fix python 3.2Sergey M․2015-03-301-15/+24
| | | | |
| * | | | Merge branch 'dumpert' of https://github.com/jorams/youtube-dl into ↵Sergey M․2015-03-302-0/+48
|/| | | | | | | | | | | | | | | | | | | jorams-dumpert