aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/teamcoco.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused importsPhilipp Hagemeister2014-04-191-3/+0
|
* [teamcoco] Simplify ID management (Closes #2715)Philipp Hagemeister2014-04-071-9/+8
|
* [teamcoco] Fix regex in 2.6 (#2700)Philipp Hagemeister2014-04-041-1/+1
| | | | | | | | | | | | | | The re engine does not want to repeat an empty string, for fear that something like (.*)* could be matching the tokens ... "" "" "" "" "" "" Of course, that's harmless with a question mark, although still somewhat strange.
* Revert "Workaround for regex engine limitation"AGSPhoenix2014-04-041-6/+4
| | | | This reverts commit 6d0d573ecaf763ce2b043ef7f83a743170eab16d.
* Workaround for regex engine limitationAGSPhoenix2014-04-041-4/+6
|
* Add a test for the new URL pagesAGSPhoenix2014-04-041-1/+12
| | | | Add a test for the pages with the video_id in the URL.
* Support TeamCoco URLs with video_id in the titleAGSPhoenix2014-04-041-6/+8
| | | | | | | If the URL has the video_id in it, use that since the current method of finding the id breaks on those pages. Fixes 2698.
* [teamcoco] Use centralized sortingPhilipp Hagemeister2014-01-171-12/+17
|
* [teamcoco] Use unicode_literalsPhilipp Hagemeister2014-01-171-14/+16
|
* Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz2013-11-261-3/+1
|
* [teamcoco] Correct errorPhilipp Hagemeister2013-11-201-1/+1
|
* [teamcoco] Parse the xml file and extract all the formatsJaime Marquínez Ferrándiz2013-11-031-18/+29
|
* [teamcoco] Fix video url extraction for some videosAlex Van't Hof2013-10-311-3/+17
| | | | | | | | Video url extraction failed for some videos, e.g. http://teamcoco.com/video/old-time-baseball The url extracted was also occasionally suboptimal quality, e.g. http://teamcoco.com/video/louis-ck-interview-george-w-bush
* changed video_url regexpishposhmcgee2013-07-241-1/+1
| | | Some older videos contain an extra properties such as 'embed' before 'type'.
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-12/+3
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|
* [Teamcoco] Move into own filePhilipp Hagemeister2013-06-231-0/+46