summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [README.md] Improve grammarSimon Morgan2016-10-161-35/+35
|
* [postprocessor/ffmpeg] Return correct filepath and ext in updated ↵Pierre Mdawar2016-10-161-3/+3
| | | | | information in FFmpegExtractAudioPP Return correct audio's filepath and ext instead of the video's when extracting audio and audio file already exists.
* [theoperaplatform] Rename, fix _VALID_URL and fix testSergey M․2016-10-161-6/+6
|
* [theoperaplatform] Add extractorJuanjo Benages2016-10-162-0/+17
|
* [lynda] Fix height for prioritized streamsSergey M․2016-10-161-1/+1
|
* [lynda] Add fallback extraction scenarioSergey M․2016-10-161-5/+57
|
* [lynda] Switch to https (closes #10916)Sergey M․2016-10-151-5/+5
|
* Credit @pyx for the Huajiao extractor (#10917)Yen Chi Hsuan2016-10-151-0/+1
|
* Merge branch 'pyx-huajiao'Yen Chi Hsuan2016-10-153-0/+58
|\
| * [ChangeLog] Update for #10917Yen Chi Hsuan2016-10-151-0/+1
| |
| * [huajiao] Coding styleYen Chi Hsuan2016-10-151-1/+4
| |
| * Merge branch 'huajiao' of https://github.com/pyx/youtube-dl into pyx-huajiaoYen Chi Hsuan2016-10-152-0/+54
|/|
| * Made optional fields optionalPhilip Xu2016-10-141-5/+8
| |
| * [huajiao] Add new extractorPhilip Xu2016-10-132-0/+51
| |
* | [crunchyroll] Skip an invalid _TESTYen Chi Hsuan2016-10-151-0/+1
| |
* | [cmt] Fix mgid extraction (closes #10813)Yen Chi Hsuan2016-10-152-1/+7
| | | | | | | | | | | | | | | | | | The example in #10813 requires TV provider authentication in Firefox, while youtube-dl can download it directly with an US proxy. I'm not sure whether the mgid fix is cmt-specific or it applies to all mtv-based sites. I keep it in cmt.py until similar patterns are found in other websites.
* | [safari:course] Add support for techbus.safaribooksonline.comSergey M․2016-10-151-1/+11
| |
* | [orf:tvthek] Fix extraction and modernize (closes #10898)Sergey M․2016-10-141-23/+23
| |
* | README.md: fix alrady typoVítor Galvão2016-10-141-1/+1
| |
* | [clipfish] Update _TEST; the old one is goneYen Chi Hsuan2016-10-151-8/+13
| |
* | [chirbit:profile] Fix extractionYen Chi Hsuan2016-10-152-8/+6
| |
* | [carambatv] Fix extractionYen Chi Hsuan2016-10-142-5/+20
| | | | | | | | The video requested in #9815 now has videomore embeds.
* | [videomore] Support <iframe> embed videosYen Chi Hsuan2016-10-141-0/+5
| | | | | | | | Seen in CarambaTVPage
* | [canalplus] Fix video_id and update _TESTSYen Chi Hsuan2016-10-142-32/+33
| | | | | | | | Some tests are gone, and some redirect to different videos
* | [cbsinteractive] Fix extraction for cnet.comYen Chi Hsuan2016-10-142-1/+2
|/
* [parliamentliveuk] Recognize lower case URLsYen Chi Hsuan2016-10-142-3/+12
| | | | | | | | Closes #10912 Seems parliamentliveuk matches URLs case-insentive. For example this URL also works: http://parliamentlive.tv/EvEnt/Index/3F24936f-130f-40bf-9a5d-b3d6479da6a4
* release 2016.10.12Sergey M․2016-10-125-6/+7
|
* [ChangeLog] ActualizeSergey M․2016-10-121-0/+1
|
* [downloader/common] Remove debug outputSergey M․2016-10-121-1/+0
|
* [streamable] Remove debug outputSergey M․2016-10-121-1/+0
|
* [dailymotion] Fix extraction and update _TESTSYen Chi Hsuan2016-10-122-2/+5
| | | | | | Closes #10901 Seems all videos use player V5 syntax now
* [vimeo:review] Fix extraction (#10900)Yen Chi Hsuan2016-10-122-3/+6
| | | | | Now Vimeo Review videos uses React. Thanks @davekaro for analyzing the problem!
* [test/test_http] Update testsYen Chi Hsuan2016-10-121-2/+2
| | | | | After switching to HTML5 extraction helpers in generic.py, the result info_dict is always a playlist.
* [extractor/common] Support HTML media elements without child nodesYen Chi Hsuan2016-10-122-1/+6
|
* [nhl] Skip invalid m3u8 formats (closes #10713)Yen Chi Hsuan2016-10-112-2/+17
|
* [hbo] Add HBOEpisodeIE (#10892)Yen Chi Hsuan2016-10-111-1/+4
|
* [footyroom] Fix extraction and update _TESTS (closes #10810)Yen Chi Hsuan2016-10-112-13/+20
|
* [streamable] Add helper for extracting embedded videosYen Chi Hsuan2016-10-111-0/+11
|
* [abc.net.au:iview] Fix for non-series videos (closes #10895)Yen Chi Hsuan2016-10-112-11/+12
|
* [hbo] Add display_id and another test (#10892)Yen Chi Hsuan2016-10-111-1/+8
|
* [hbo] Support episode pages (closes #10892)Yen Chi Hsuan2016-10-112-14/+50
|
* [allocine] Fix for /video/ videos (closes #10860)Yen Chi Hsuan2016-10-091-13/+43
|
* [allocine] Fix extraction (closes #10860)Yen Chi Hsuan2016-10-092-36/+22
| | | | | | I change the URL of the third test case, because now the original URL does not contain a video anymore, and there's no easy to get the real URL from the /film/ one.
* [nextmedia] Support action news (動新聞) on Apple DailyYen Chi Hsuan2016-10-092-1/+7
|
* [Makefile] Fix for GNU make < 4 (closes #9387)Yen Chi Hsuan2016-10-093-3/+9
| | | | | | | Shell assignment operator in BSD make != is ported to GNU make in version 4.0, so 3.x doesn't work. I choose to drop BSD make support as installing GNU make on *BSD systems is easier than installing newer GNU make.
* [slutload] Fix test and simplifyDéstin Reed2016-10-091-6/+2
|
* [reverbnation] Eliminate code duplication in thumbnails extractionSergey M․2016-10-091-10/+12
|
* [reverbnation] ModernizeDéstin Reed2016-10-091-10/+17
|
* [lego] improve info extraction and bypass geo restriction(closes #10872)Remita Amine2016-10-081-23/+65
|
* release 2016.10.07Sergey M․2016-10-074-5/+10
|