aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2015-04-04[pornovoisines] SimplifySergey M․
2015-04-04[utils] Avoid treating `*-%Y` date template as UTC offsetSergey M․
2015-04-04[utils] Add one more template to unified_strdateSergey M․
2015-04-04Merge branch 'pornovoisines' of https://github.com/Roman2K/youtube-dl into ↵Sergey M․
Roman2K-pornovoisines
2015-04-04Merge branch 'snipem-gamersyde'Sergey M․
2015-04-04[gamersyde] SimplifySergey M․
2015-04-04[utils] Drop trailing comma before closing braceSergey M․
2015-04-04[rtve] Extract a better quality videoJaime Marquínez Ferrándiz
2015-04-04Merge branch 'gamersyde' of https://github.com/snipem/youtube-dl into ↵Sergey M․
snipem-gamersyde
2015-04-04[radiojavan] Simplify and extract upload dateSergey M․
2015-04-04Fixed intendation of test casessnipem
Leaded to error on Linux machine
2015-04-04[Gamersyde] Improved robustness, added duration and testssnipem
Fix for Json syntax is now less error prone for Json syntax inside of values. Extractor is now also using native Json handling. Added tests for several videos that were producing errors in the first place.
2015-04-04Merge branch 'radiojavan' of https://github.com/mtp1376/youtube-dl into ↵Sergey M․
mtp1376-radiojavan
2015-04-04Do not encode outtmpl twice (Closes #5288)Sergey M․
2015-04-03[prosiebensat1] Fix testSergey M․
2015-04-03[prosiebensat1] Fix bitrate (Closes #5350 closes #5351)Sergey M․
2015-04-03[mixcloud] Fix extraction of like count (reported in #5231)Jaime Marquínez Ferrándiz
2015-04-03[RadioJavan] Add new extractorMohammad Teimori Pabandi
2015-04-03[Gamersyde] Add new extractorsnipem
2015-04-03[bloomberg] Adapt to website changes (fixes #5347)Jaime Marquínez Ferrándiz
2015-04-03[postprocessor/ffmpeg] Fix crash when ffprobe/avprobe are not installed ↵Jaime Marquínez Ferrándiz
(closes #5349) 'self.probe_basename' was None, so 'probe_executable' raised a KeyError exception
2015-04-03[miomio] pep8: remove whitespaces in empty lineJaime Marquínez Ferrándiz
2015-04-03release 2015.04.032015.04.03Philipp Hagemeister
2015-04-02[YoutubeDL] Check for `get_ca_certs` availabilitySergey M․
`get_ca_certs` is not available in python <3.4
2015-04-02[miomio] Fix alphabetic orderSergey M․
2015-04-02[miomio] Rename extractorSergey M․
2015-04-02[miomio] Simplify and fix python 2.6 issueSergey M․
2015-04-02Merge branch 'MiomioTv' of https://github.com/tiktok7/youtube-dl into ↵Sergey M․
tiktok7-MiomioTv
2015-04-02[playfm] Adapt to v2api (Closes #5344)Sergey M․
2015-04-02Print a warning if no ssl certificates are loadedJaime Marquínez Ferrándiz
2015-04-01[varzesh3] SimplifySergey M․
2015-04-01Merge branch 'varzesh3' of https://github.com/mtp1376/youtube-dl into ↵Sergey M․
mtp1376-varzesh3
2015-04-01Merge branch 'fix_douyu' of https://github.com/yan12125/youtube-dlSergey M․
2015-03-31[dailymotion] Fix ff cookie and use it for embed page (Closes #5330)Sergey M․
2015-03-31[nbc] Remove redundant noteSergey M․
This is already supposed by `only_matching`
2015-03-31[generic] Add working NBC Sports vplayer testSergey M․
2015-03-31[NBCSports/Yahoo] Comment out some MD5 checksumsYen Chi Hsuan
They seems to change constantly
2015-03-31[NBCSports] Add a test case for extended _VALID_URLYen Chi Hsuan
2015-03-31[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan
enhance error detection in ThePlatformIE
2015-03-31[NBCSports] Move imports alphabeticallyYen Chi Hsuan
2015-03-31[Yahoo/NBCSports] Generalize NBC sports info extractorYen Chi Hsuan
2015-03-31[Yahoo/NBCSports] Fix #5226Yen Chi Hsuan
2015-03-30[phoenix] Extend _VALID_URL (#5322)Naglis Jonaitis
2015-03-30[soundcloud:set:user] Support mobile URLs (Closes #5323)Sergey M․
2015-03-30[dumpert] Simplify and fix python 3.2Sergey M․
2015-03-30Merge branch 'dumpert' of https://github.com/jorams/youtube-dl into ↵Sergey M․
jorams-dumpert
2015-03-30[pornhub] Fix comment count extraction (Closes #5320)Sergey M․
2015-03-29[Dumpert] Add new extractorJoram Schrijver
Add support for the Dutch video site Dumpert. http://www.dumpert.nl/
2015-03-29[Xuite] Fix extraction on python 3.2Yen Chi Hsuan
base64.b64decode() accept only binary types in Python 3.2
2015-03-29[douyutv] Simplify usage of isinstanceYen Chi Hsuan