aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2016-11-02[extractor/generic] Add support for ISM manifestsSergey M․
2016-11-02release 2016.11.022016.11.02Sergey M․
2016-11-02[ChangeLog] ActualizeSergey M․
2016-10-30release 2016.10.302016.10.30Sergey M․
2016-10-30[ChangeLog] ActualizeSergey M․
2016-10-30[facebook] Remove SWF params so that 1080P are detectedYen Chi Hsuan
Closes #11073 In the provided link, SWF params give up to 720P, and VideoConfig gives 1080P for both best and bestvideo. I guess all Facebook videos supports HTML5 now, so I remove the old detection for SWF params
2016-10-30[imgur] Recognize /r/ URLs (closes #11071)Yen Chi Hsuan
2016-10-29[openload] Fix extraction (#10408)Yen Chi Hsuan
Thanks @TwelveCharzz again for studying openload codes
2016-10-27[adultswim] Fix extraction (closes #10979)Yen Chi Hsuan
2016-10-27[hornbunny] Fix extraction (#10981)Yen Chi Hsuan
2016-10-26release 2016.10.262016.10.26Sergey M․
2016-10-26[ChangeLog] ActualizeSergey M․
2016-10-25release 2016.10.252016.10.25Sergey M․
2016-10-25[ChangeLog] ActualizeSergey M․
[ci skip]
2016-10-25[ChangeLog] ActualizeSergey M․
2016-10-24[dotsub] Support vimeo embed (closes #10964)Yen Chi Hsuan
2016-10-23[litv] Fix extraction (#11006)Yen Chi Hsuan
2016-10-22[ChangeLog] Update for #10996Yen Chi Hsuan
2016-10-21release 2016.10.21.12016.10.21.1Sergey M․
2016-10-21[ChangeLog] ActualizeSergey M․
2016-10-21release 2016.10.212016.10.21Sergey M․
2016-10-21[ChangeLog] ActualizeSergey M․
2016-10-20[ChangeLog] Update for #10971Yen Chi Hsuan
2016-10-20[ChangeLog] Fix typos and add unreleased version headerSergey M․
2016-10-19release 2016.10.192016.10.19Sergey M․
2016-10-19[ChangeLog] ActualizeSergey M․
2016-10-16release 2016.10.162016.10.16Sergey M․
2016-10-16[ChangeLog] ActualizeSergey M․
2016-10-15[ChangeLog] Update for #10917Yen Chi Hsuan
2016-10-15[cmt] Fix mgid extraction (closes #10813)Yen Chi Hsuan
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.
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[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[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[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[footyroom] Fix extraction and update _TESTS (closes #10810)Yen Chi Hsuan
2016-10-11[abc.net.au:iview] Fix for non-series videos (closes #10895)Yen Chi Hsuan
2016-10-11[hbo] Support episode pages (closes #10892)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-07release 2016.10.072016.10.07Sergey M․
2016-10-07[ChangeLog] ActualizeSergey M․
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.