aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-15[clipfish] Update _TEST; the old one is goneYen Chi Hsuan
2016-10-15[chirbit:profile] Fix extractionYen Chi Hsuan
2016-10-14[carambatv] Fix extractionYen Chi Hsuan
The video requested in #9815 now has videomore embeds.
2016-10-14[videomore] Support <iframe> embed videosYen Chi Hsuan
Seen in CarambaTVPage
2016-10-14[canalplus] Fix video_id and update _TESTSYen Chi Hsuan
Some tests are gone, and some redirect to different videos
2016-10-14[cbsinteractive] Fix extraction for cnet.comYen Chi Hsuan
2016-10-14[parliamentliveuk] Recognize lower case URLsYen Chi Hsuan
Closes #10912 Seems parliamentliveuk matches URLs case-insentive. For example this URL also works: http://parliamentlive.tv/EvEnt/Index/3F24936f-130f-40bf-9a5d-b3d6479da6a4
2016-10-12release 2016.10.122016.10.12Sergey M․
2016-10-12[ChangeLog] ActualizeSergey M․
2016-10-12[downloader/common] Remove debug outputSergey M․
2016-10-12[streamable] Remove debug outputSergey M․
2016-10-12[dailymotion] Fix extraction and update _TESTSYen Chi Hsuan
Closes #10901 Seems all videos use player V5 syntax now
2016-10-12[vimeo:review] Fix extraction (#10900)Yen Chi Hsuan
Now Vimeo Review videos uses React. Thanks @davekaro for analyzing the problem!
2016-10-12[test/test_http] Update testsYen Chi Hsuan
After switching to HTML5 extraction helpers in generic.py, the result info_dict is always a playlist.
2016-10-12[extractor/common] Support HTML media elements without child nodesYen Chi Hsuan
2016-10-11[nhl] Skip invalid m3u8 formats (closes #10713)Yen Chi Hsuan
2016-10-11[hbo] Add HBOEpisodeIE (#10892)Yen Chi Hsuan
2016-10-11[footyroom] Fix extraction and update _TESTS (closes #10810)Yen Chi Hsuan
2016-10-11[streamable] Add helper for extracting embedded videosYen Chi Hsuan
2016-10-11[abc.net.au:iview] Fix for non-series videos (closes #10895)Yen Chi Hsuan
2016-10-11[hbo] Add display_id and another test (#10892)Yen Chi Hsuan
2016-10-11[hbo] Support episode pages (closes #10892)Yen Chi Hsuan
2016-10-09[allocine] Fix for /video/ videos (closes #10860)Yen Chi Hsuan
2016-10-09[allocine] Fix extraction (closes #10860)Yen Chi Hsuan
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.
2016-10-09[nextmedia] Support action news (動新聞) on Apple DailyYen Chi Hsuan
2016-10-09[Makefile] Fix for GNU make < 4 (closes #9387)Yen Chi Hsuan
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.
2016-10-09[slutload] Fix test and simplifyDéstin Reed
2016-10-09[reverbnation] Eliminate code duplication in thumbnails extractionSergey M․
2016-10-09[reverbnation] ModernizeDéstin Reed
2016-10-08[lego] improve info extraction and bypass geo restriction(closes #10872)Remita Amine
2016-10-07release 2016.10.072016.10.07Sergey M․
2016-10-07[ChangeLog] ActualizeSergey M․
2016-10-07[vimeo] PEP 8Sergey M․
[ci skip]
2016-10-07[iprima] detect geo restrictionRemita Amine
2016-10-07[facebook] Fix for new handleServerJS syntax (closes #10846)Yen Chi Hsuan
According to the dump file in #10846, handleServerJS() now accepts an optional second argument. It's a string from available dump files.
2016-10-07[extractors] Add MmsIEYen Chi Hsuan
2016-10-07[generic,commonprotocols] Move mms suuport from GenericIEYen Chi Hsuan
And use _generic_* helpers in those extractors
2016-10-07[extractor/common] Add id and title helpers for generic IEsYen Chi Hsuan
2016-10-07[generic] Support direct MMS links (closes #10838)Yen Chi Hsuan
2016-10-07Revert "[Makefilea] Fix for GNU make < 4"Yen Chi Hsuan
This reverts commit 831a34caa2112a9b2d867e05f8a4debf965e8389. The reverted commit breaks lazy extractors.
2016-10-07[Makefilea] Fix for GNU make < 4Yen Chi Hsuan
Closes #9387 The shell assignment operator != was introduced in GNU make 4.0, or specifically the commit in [1]. This fix removes such usages and fallback to a more portable syntax. Tested with: * GNU make 3.82 on CentOS 7.2 * bmake 20150910 on CentOS 7.2, source RPM from Fedora 24 [2] * GNU make 4.2.1 on Arch Linux (Arch official package) * bmake 20160926 on Arch Linux (Arch official package) * GNU make 3.82 on Arch Linux (Compiled from source) * Apple bsdmake-24 on macOS Sierra, binary package from Homebrew Thanks @bdeyal for the feedback of the first tests [1] http://git.savannah.gnu.org/cgit/make.git/commit/?id=b34438bee83ee906a23b881f257e684a0993b9b1 [2] http://koji.fedoraproject.org/koji/buildinfo?buildID=716769
2016-10-06[generic] Add support for multiple vimeo embeds (Closes #10862)Sergey M․
2016-10-06[nzz] Add new extractor(#4407)Remita Amine
2016-10-05[npo] detect geo restrictionRemita Amine
2016-10-05[npo] Add support for 2doc.nl (Closes #10842)Sergey M․
2016-10-05Rename "Steffan 'Ruirize' James" to "Steffan Donal"Steffan Donal
Legal name change!
2016-10-04[lego] Add new extractor(closes #10369)Remita Amine
2016-10-04[tonline] Add new extractor(#10376)Remita Amine
2016-10-04[techtalks] Relax _VALID_URLSergey M․
2016-10-04[techtalks] Allow URL-s with name part omitted.Aleksander Nitecki