aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/vine.py
Commit message (Collapse)AuthorAgeFilesLines
* Move playlist tests to extractors.Philipp Hagemeister2014-08-281-0/+7
| | | | From now on, test_download will run these tests. That means we benefit not only from the networking setup in there, but also from the other tests (for example test_all_urls to find problems with _VALID_URLs).
* [vine:user] SimplifyPhilipp Hagemeister2014-05-131-19/+14
|
* Added VineUserIE extractor for vine user timelineJason Normore2014-05-101-0/+36
| | | | | Added vine user timeline extractor using unofficial vine api user profile and timeline api endpoints.
* [vine] Remove debugging codePhilipp Hagemeister2014-04-301-1/+1
|
* [YoutubeDL] Do not require default output template to be setPhilipp Hagemeister2014-04-301-2/+2
|
* [vine] Extract more metadata and support low formatSergey M.2014-02-231-15/+31
|
* [vine] Fix uploader extractionJaime Marquínez Ferrándiz2014-02-231-2/+3
|
* [vine] SimplifyJaime Marquínez Ferrándiz2014-02-041-18/+21
|
* [vine] Fix uploader extractionJaime Marquínez Ferrándiz2013-11-121-1/+1
|
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-8/+2
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* [Vine] move into own filePhilipp Hagemeister2013-06-231-0/+37