aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/dailymotion.py
AgeCommit message (Collapse)Author
2013-09-11[subtitles] made inheritance hierarchy flat as requestedIsmael Mejia
2013-09-06Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-06[daylimotion] accept embed urls (fixes #1386)Jaime Marquínez Ferrándiz
2013-09-03[dailymotion] improve the regex for extracting the video infoJaime Marquínez Ferrándiz
2013-08-28Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-27fixed tests for c56 and dailymotionM.Yasoob Ullah Khalid ☺
2013-08-22Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-08-08[subtitles] Improved docs + new class for servers who don't supportIsmael Mejia
auto-caption
2013-08-08[internal] Improved subtitle architecture + (update inIsmael Mejia
youtube/dailymotion) The structure of subtitles was refined, you only need to implement one method that returns a dictionnary of the available subtitles (lang, url) to support all the subtitle options in a website. I updated the subtitle downloaders for youtube/dailymotion to show how it works.
2013-08-07[dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten.
2013-07-29[dailymotion] Add an extractor for Dailymotion playlistsJaime Marquínez Ferrándiz
2013-07-12InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz
2013-07-05DailymotionIE: extract thumbnailJaime Marquínez Ferrándiz
2013-07-05DailymotionIE: simplify the extraction of the title and remove an unused ↵Jaime Marquínez Ferrándiz
assignment of video_uploader
2013-07-05Dailymotion: fix the download of the video in the max quality (closes #986)Jaime Marquínez Ferrándiz
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23Move DailyMotion into its own filePhilipp Hagemeister