aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/teamcoco.py
AgeCommit message (Collapse)Author
2014-08-20[teamcoco] Update video id regexSergey M․
2014-04-19Remove unused importsPhilipp Hagemeister
2014-04-07[teamcoco] Simplify ID management (Closes #2715)Philipp Hagemeister
2014-04-04[teamcoco] Fix regex in 2.6 (#2700)Philipp Hagemeister
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.
2014-04-04Revert "Workaround for regex engine limitation"AGSPhoenix
This reverts commit 6d0d573ecaf763ce2b043ef7f83a743170eab16d.
2014-04-04Workaround for regex engine limitationAGSPhoenix
2014-04-04Add a test for the new URL pagesAGSPhoenix
Add a test for the pages with the video_id in the URL.
2014-04-04Support TeamCoco URLs with video_id in the titleAGSPhoenix
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.
2014-01-17[teamcoco] Use centralized sortingPhilipp Hagemeister
2014-01-17[teamcoco] Use unicode_literalsPhilipp Hagemeister
2013-11-26Use the new '_download_xml' helper in more extractorsJaime Marquínez Ferrándiz
2013-11-20[teamcoco] Correct errorPhilipp Hagemeister
2013-11-03[teamcoco] Parse the xml file and extract all the formatsJaime Marquínez Ferrándiz
2013-10-31[teamcoco] Fix video url extraction for some videosAlex Van't Hof
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
2013-07-24changed video_url regexpishposhmcgee
Some older videos contain an extra properties such as 'embed' before 'type'.
2013-07-12InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-23[Teamcoco] Move into own filePhilipp Hagemeister