aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/dailymotion.py
Commit message (Expand)AuthorAgeFilesLines
* [dailymotion] remove dailymotion cloud extractor(closes #6794)Remita Amine2017-12-061-49/+0
* Fix some regexesSergey M․2017-10-091-1/+1
* [dailymotion:playlist] Relax _VALID_URL (closes #14219)Sergey M․2017-09-151-1/+1
* [dailymotion] Add support for new layout (close #13580)Sergey M․2017-07-081-2/+4
* [dailymotion] Extend _VALID_URL (closes #13079)Sergey M․2017-05-141-74/+69
* [dailymotion] Add working testTithen-Firion2017-05-021-1/+20
* [dailymotion] Raise GeoRestrictedErrorSergey M․2017-02-261-1/+6
* [dailymotion] Make comment count optional (closes #12209)Sergey M․2017-02-221-2/+1
* Fix "invalid escape sequences" error on Python 3.6Yen Chi Hsuan2017-01-061-1/+1
* [dailymotion] Fix extraction and update _TESTSYen Chi Hsuan2016-10-121-2/+4
* Add support for https for rest of the exctractors.stepshal2016-09-081-1/+1
* [dailymotion:playlist] Carry long lineSergey M․2016-07-291-1/+3
* [dailymotion:playlist] Optimize download archive processingDave2016-07-291-1/+1
* [francetv] Recognize more Dailymotion embedded videosYen Chi Hsuan2016-07-061-0/+7
* use mimetype2ext to determine manifest ext in multiple extractorsRemita Amine2016-07-061-3/+5
* [dailymotion] Fix view count extractioncazulu2016-02-181-4/+7
* [dailymotion:cloud] Use idiomatic name for classmethod's first argumentSergey M․2016-02-141-3/+3
* [dailymotion] Extend _VALID_URLSergey M․2016-01-191-2/+6
* [dailymotion] Prefer direct links (Closes #8156)Sergey M․2016-01-121-2/+3
* Simplify formats accumulation for f4m/m3u8/smil formatsSergey M․2015-12-291-8/+4
* Rename error_to_str to error_to_compat_strSergey M․2015-12-201-2/+2
* Properly convert errors to stringsSergey M․2015-12-201-3/+3
* [dailymotion] Add subtitles test URL for referenceSergey M․2015-12-101-0/+5
* [dailymotion] Fix subtitles extractionSergey M․2015-12-101-5/+7
* [dailymotion] Restrict player v5 regex (Closes #7826)Sergey M․2015-12-101-1/+3
* Switch codebase to use sanitized_Request instead ofSergey M?2015-11-231-5/+3
* [dailymotion] Extract f4m formatsSergey M․2015-10-241-3/+11
* [dailymotion] Error spellingSergey M․2015-10-181-2/+2
* [dailymotion] Report errors from player v5Lukáš Lalinský2015-10-171-3/+14
* [dailymotion] Update player v5 regex (Closes #7107)Sergey M․2015-10-091-1/+1
* [dailymotion:playlist] Use an iterator for the entriesJaime Marquínez Ferrándiz2015-08-021-5/+5
* [dailymotion:playlist] Detect problematic redirection (fixes #6347)Yen Chi Hsuan2015-07-241-3/+25
* [dailymotion:user] Fix _VALID_URL (Closes #6346)Sergey M․2015-07-241-1/+1
* [daylimotion] Adapt to player v5 and modernize (Closes #6151, closes #6250)Sergey M․2015-07-231-42/+116
* [dailymotion] Extract duration (closes #6221)cazulu2015-07-141-0/+2
* [dailymotion:cloud] Extend _VALID_URL (Closes #6145)Sergey M․2015-07-031-5/+13
* [dailymotion/generic] Add DailymotionCloudIEYen Chi Hsuan2015-06-211-0/+42
* [dailymotion:user] Fix _VALID_URLSergey M․2015-05-261-1/+1
* [dailymotion:user] Process user home as user (Closes #5823)Sergey M․2015-05-261-2/+3
* [dailymotion] Patch upload_date detection.ping2015-05-101-2/+3
* [dailymotion] Use https urlsJaime Marquínez Ferrándiz2015-05-031-2/+2
* [dailymotion:user] Improve _VALID_URL (Closes #5380)Sergey M․2015-04-091-1/+1
* [dailymotion] Fix ff cookie and use it for embed page (Closes #5330)Sergey M․2015-03-311-4/+4
* [dailymotion] Replace testJaime Marquínez Ferrándiz2015-03-061-5/+5
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-7/+3
|\
| * [dailymotion] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-161-7/+3
* | Extend various playlist testsPhilipp Hagemeister2015-02-181-0/+1
|/
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-4/+6
* PEP8: applied even more rulesJouke Waleson2014-11-231-2/+2
* PEP8 appliedJouke Waleson2014-11-231-1/+3