summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/dailymotion.py
Commit message (Collapse)AuthorAgeFilesLines
...
* | [internal] Improved subtitle architecture + (update inIsmael Mejia2013-08-081-13/+2
| | | | | | | | | | | | | | | | | | 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.
* | [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-071-6/+61
|/ | | | | | | | | 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.
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-4/+1
|
* DailymotionIE: extract thumbnailJaime Marquínez Ferrándiz2013-07-051-0/+1
|
* DailymotionIE: simplify the extraction of the title and remove an unused ↵Jaime Marquínez Ferrándiz2013-07-051-7/+2
| | | | assignment of video_uploader
* Dailymotion: fix the download of the video in the max quality (closes #986)Jaime Marquínez Ferrándiz2013-07-051-20/+20
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* Move DailyMotion into its own filePhilipp Hagemeister2013-06-231-0/+77