summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/slideshare.py
Commit message (Collapse)AuthorAgeFilesLines
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [slideshare] fix description extractionRemita Amine2016-07-051-2/+3
|
* [slideshare] Fix extraction (#5279)Naglis Jonaitis2015-03-261-1/+1
|
* [slideshare] Fix extractionSergey M․2015-01-011-2/+2
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* [slideshare] Fix description extractionSergey M․2014-12-011-1/+1
|
* [slideshare] Fix descriptionPhilipp Hagemeister2014-04-111-1/+2
|
* [slideshare] Fix description extraction and modernizeJaime Marquínez Ferrándiz2014-02-091-9/+14
| | | | The ‘og:description’ property doesn’t contain the full description
* Add an extractor for Slideshare (closes #1400)Jaime Marquínez Ferrándiz2013-09-101-0/+47