aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [mitele] Fix extraction (closes #15186)Sergey M․2018-01-061-14/+16
| | | |
| * | | [motherless] Add support for groupsMartin Weinelt2018-01-062-1/+77
| | | |
| * | | [lynda] Relax _VALID_URL (closes #15185)Sergey M․2018-01-061-2/+21
| | | |
| * | | [soundcloud] Fallback to avatar picture for thumbnail (closes #12878)Parmjit Virk2018-01-051-1/+20
| | | |
| * | | [ChangeLog] Update after #15137Chih-Hsuan Yen2018-01-041-0/+1
| | | | | | | | | | | | [skip ci]
| * | | [youku] Fix list extraction.(close #15135) (#15137)JianxinLi2018-01-041-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [youku] Fix list extraction.(close #15135) Change-Id: I2e9c920143f4f16012252625943a8f18b8ff40eb * [youku] Remove KeyError try-except Change-Id: Ic46327905cbef1356b7b12d5eb3db5d9746ca338
| * | | [openload] Fix extraction (closes #15166)Yen Chi Hsuan2018-01-042-1/+6
| | | |
| * | | [lynda] Skip invalid subtitles (closes #15159)Sergey M․2018-01-031-2/+3
| | | |
| * | | [twitch] Pass video id to url_result when extracting playlistLuc Ritchie2018-01-031-1/+8
| | | |
| * | | [rtve.es:alacarta] Fix extraction of some new URLsJaime Marquínez Ferrándiz2018-01-022-0/+9
| | | |
| * | | [acast] Fix extractionMattias Wadman2018-01-021-11/+12
| | | |
| * | | [travis] Add Jython buildSergey M․2018-01-022-4/+12
| | | |
| * | | [utils] Fix youtube-dl under PyPy3 on WindowsPhilipp Hagemeister2018-01-012-7/+29
| | | |
| * | | [travis] Add PyPy buildsSergey M․2018-01-011-0/+2
| | | |
| * | | [YoutubeDL] Output python implementation in debug headerSergey M․2018-01-011-2/+10
| | | |
| * | | release 2017.12.31Sergey M․2017-12-314-7/+7
| | | |
| * | | [ChangeLog] ActualizeSergey M․2017-12-311-0/+21
| | | |
| * | | [extractor/common] Add container meta field for formats extracted in ↵Ondřej Caletka2017-12-311-0/+1
| | | | | | | | | | | | | | | | _parse_mpd_formats
| * | | [slutload] Add support for mobile URLsWindom2017-12-311-3/+11
| | | |
| * | | [abc:iview] Improve extraction and bypass geo restriction (closes #14782)Sergey M․2017-12-311-33/+32
| | | |
| * | | [abc:iview] Fix extraction (closes #14711)d2au2017-12-311-5/+23
| | | | | | | | | | | | | | | | | | | | ABC dropped unmetering, so change to metered hls urls which require auth.
| * | | [downloader/hls] Use HTTP headers for key requestSergey M․2017-12-311-1/+2
| | | |
| * | | [openload] Fix extraction (closes #15118)Yen Chi Hsuan2017-12-302-1/+8
| | | |
| * | | [mediasite] Improve extraction and code style, add support for DASH (closes ↵Sergey M․2017-12-302-57/+100
| | | | | | | | | | | | | | | | #11185, closes #14343, refs #5428)
| * | | [mediasite] Add extractor, subsume sandia and collegerama extractorsfelix2017-12-305-160/+195
| | | |
| * | | [common] use AACL as the default fourcc when AudioTag is 255felix2017-12-301-1/+1
| | | |
| * | | [ufctv] Add new extractor(closes #14520)Remita Amine2017-12-302-0/+56
| | | |
| * | | [pluralsight] Fix missing first line of subtitles (closes #11118)50csent2017-12-301-2/+2
| | | |
| * | | [openload] Fallback on f-page extraction (closes #14665, closes #14879)Sergey M․2017-12-301-7/+21
| | | |
| * | | [vimeo] Improve password protected videos extraction (closes #15114)Sergey M․2017-12-301-5/+6
| | | |
| * | | [extractor/common] Fix extraction of DASH formats with the same ↵Sergey M․2017-12-292-10/+19
| | | | | | | | | | | | | | | | representation id (closes #15111)
| * | | [aws] fix canonical/signed headers generation in python 2(closes #15102)Remita Amine2017-12-291-3/+3
| | | |
| * | | release 2017.12.28Sergey M․2017-12-284-5/+10
| | | |
| * | | [ChangeLog] ActualizeSergey M․2017-12-281-0/+9
| | | |
| * | | [internazionale] Improve extraction (closes #14973)Sergey M․2017-12-271-19/+37
| | | |
| * | | [internazionale] Add extractorLeonardo Taccari2017-12-272-0/+47
| | | |
| * | | [playtvak] Relax video regex and make description optionalOndřej Caletka2017-12-271-5/+15
| | | |
| * | | [filmweb] improve extractionRemita Amine2017-12-262-57/+86
| | | |
| * | | [Filmweb] Add extractorDéstin Reed2017-12-263-0/+92
| | |/ | |/|
| * | [espn] Add new extractor for http://fivethirtyeight.com(closes #6864)Remita Amine2017-12-262-0/+32
| | |
| * | [umg:de] Add new extractor(closes #11582)(closes #11584)Remita Amine2017-12-262-0/+104
| | |
| * | [espn] add support for espnfc and extract more formats(closes #8053)Remita Amine2017-12-251-21/+51
| | |
| * | [ChangeLog] Update after #15065Yen Chi Hsuan2017-12-251-1/+2
| | |
| * | [youku] Add test case.JianxinLi2017-12-251-0/+4
| | | | | | | | | | | | | | | | | | Some playlist has no data-id value. Change-Id: I97455f2907f08bda03b538cdc13ec827e2f8ce26
| * | [youku] Fix list extraction.(close #15065)JianxinLi2017-12-251-1/+1
| | | | | | | | | | | | Change-Id: I578fdc5b69509bdcd8d3191e3917afe47c234ff6
| * | [openload] Remove a confusing exceptionYen Chi Hsuan2017-12-241-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If phantomjs is not installed, there's an error besides the missing phantomjs exception: Exception ignored in: <bound method PhantomJSwrapper.__del__ of <youtube_dl.extractor.openload.PhantomJSwrapper object at 0x7f8ad5e78278>> Traceback (most recent call last): File "/home/yen/Projects/youtube-dl/youtube_dl/extractor/openload.py", line 142, in __del__ os.remove(self._TMP_FILES[name].name) AttributeError: 'PhantomJSwrapper' object has no attribute '_TMP_FILES'
| * | [openload] Add support for oload.stream (closes #15070)Sergey M․2017-12-241-1/+4
| | |
| * | [ChangeLog] typoYen Chi Hsuan2017-12-231-1/+1
| | |
| * | [ChangeLog] Update after #14903Yen Chi Hsuan2017-12-231-0/+6
| | |
| * | [youku] Update ccodeJianxinLi2017-12-231-1/+1
| | | | | | | | | | | | Change-Id: Id397e814e81ff560506d68563b7409eebbe5943d