Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-20 | [teamcoco] Update video id regex | Sergey M․ | |
2014-04-19 | Remove unused imports | Philipp 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-04 | Revert "Workaround for regex engine limitation" | AGSPhoenix | |
This reverts commit 6d0d573ecaf763ce2b043ef7f83a743170eab16d. | |||
2014-04-04 | Workaround for regex engine limitation | AGSPhoenix | |
2014-04-04 | Add a test for the new URL pages | AGSPhoenix | |
Add a test for the pages with the video_id in the URL. | |||
2014-04-04 | Support TeamCoco URLs with video_id in the title | AGSPhoenix | |
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 sorting | Philipp Hagemeister | |
2014-01-17 | [teamcoco] Use unicode_literals | Philipp Hagemeister | |
2013-11-26 | Use the new '_download_xml' helper in more extractors | Jaime Marquínez Ferrándiz | |
2013-11-20 | [teamcoco] Correct error | Philipp Hagemeister | |
2013-11-03 | [teamcoco] Parse the xml file and extract all the formats | Jaime Marquínez Ferrándiz | |
2013-10-31 | [teamcoco] Fix video url extraction for some videos | Alex 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-24 | changed video_url regex | pishposhmcgee | |
Some older videos contain an extra properties such as 'embed' before 'type'. | |||
2013-07-12 | InfoExtractor: add some helper methods to extract OpenGraph info | Jaime Marquínez Ferrándiz | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-23 | [Teamcoco] Move into own file | Philipp Hagemeister | |