aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-10-16[nytimes] Add support for podcastsJohn Hawkinson
2016-10-16[pluralsight] Relax _VALID_URL (closes #10941)Sergey M․
2016-10-16release 2016.10.162016.10.16Sergey M․
2016-10-16[huajiao] Improve feed regexSergey M․
2016-10-16[extractors] Change import for theoperaplatform extractorSergey M․
2016-10-16[Beatport] Update extractor name and testsDéstin Reed
2016-10-16[ruutu] Add support for supla.fiarza
2016-10-16[postprocessor/ffmpeg] Return correct filepath and ext in updated ↵Pierre Mdawar
information in FFmpegExtractAudioPP Return correct audio's filepath and ext instead of the video's when extracting audio and audio file already exists.
2016-10-16[theoperaplatform] Rename, fix _VALID_URL and fix testSergey M․
2016-10-16[theoperaplatform] Add extractorJuanjo Benages
2016-10-16[lynda] Fix height for prioritized streamsSergey M․
2016-10-16[lynda] Add fallback extraction scenarioSergey M․
2016-10-15[lynda] Switch to https (closes #10916)Sergey M․
2016-10-15[huajiao] Coding styleYen Chi Hsuan
2016-10-15Merge branch 'huajiao' of https://github.com/pyx/youtube-dl into pyx-huajiaoYen Chi Hsuan
2016-10-15[crunchyroll] Skip an invalid _TESTYen 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-14Made optional fields optionalPhilip Xu
2016-10-15[safari:course] Add support for techbus.safaribooksonline.comSergey M․
2016-10-14[orf:tvthek] Fix extraction and modernize (closes #10898)Sergey M․
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-13[huajiao] Add new extractorPhilip Xu
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[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[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[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[vimeo] PEP 8Sergey M․
[ci skip]