aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/sockshare.py
Commit message (Collapse)AuthorAgeFilesLines
* [sockshare] Remove extractorNaglis Jonaitis2015-05-261-83/+0
| | | | Haywire since last October.
* [sockshare] Do not require thumbnail anymorePhilipp Hagemeister2015-02-191-3/+2
| | | | Thumbnail is not present on the website anymore.
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-6/+7
| | | | | | | | · 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
* [sockshare] Fix title extraction (Fixes #3592)Philipp Hagemeister2014-08-261-1/+4
|
* [sockshare] Fix extPhilipp Hagemeister2014-07-231-0/+2
|
* [sockshare] Simplify (#3268)Philipp Hagemeister2014-07-211-8/+9
|
* [sockshare] Add new extractorNaglis Jonaitis2014-07-161-0/+77