summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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
| | |
* | | [ChangeLog] ActualizeSergey M․2016-10-071-0/+13
| | |
* | | [vimeo] PEP 8Sergey M․2016-10-071-1/+2
| | | | | | | | | | | | [ci skip]
* | | [iprima] detect geo restrictionRemita Amine2016-10-071-0/+3
| | |
* | | [facebook] Fix for new handleServerJS syntax (closes #10846)Yen Chi Hsuan2016-10-072-1/+2
| | | | | | | | | | | | | | | According to the dump file in #10846, handleServerJS() now accepts an optional second argument. It's a string from available dump files.
* | | [extractors] Add MmsIEYen Chi Hsuan2016-10-071-1/+4
| | |
* | | [generic,commonprotocols] Move mms suuport from GenericIEYen Chi Hsuan2016-10-073-29/+33
| | | | | | | | | | | | And use _generic_* helpers in those extractors
* | | [extractor/common] Add id and title helpers for generic IEsYen Chi Hsuan2016-10-071-0/+7
| | |
* | | [generic] Support direct MMS links (closes #10838)Yen Chi Hsuan2016-10-072-0/+25
| | |