Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-14 | [teamcoco] Fix base64 regexp | Jakub Wilk | |
2016-03-21 | Add support for https for all extractors as preventive and future-proof measure | Sergey M․ | |
2015-06-05 | [teamcoco] Handle incomplete m3u8 URLs (fixes #5798) | Yen Chi Hsuan | |
There are 2 TODOs. I don't know how to handle these cases correctly. | |||
2015-05-27 | [teamcoco] Use determine_ext to determine the video type | Yen Chi Hsuan | |
Some videos does not contain a 'type' field (#5798) | |||
2015-05-15 | [teamcoco] Detect expired videos (#5626) | Yen Chi Hsuan | |
2015-05-15 | [teamcoco] Rewrite preload data extraction | Yen Chi Hsuan | |
Idea: "puncture" some consecutive fragments and check whether the b64decode result of a punctured string is a valid JSON or not. It's a O(N^3) algorithm, but should be fast for a small N (less than 30 fragments in all test cases) | |||
2015-05-07 | [teamcoco] Fix extracting preload data again | Yen Chi Hsuan | |
2015-04-15 | [teamcoco] Fix "preload" data extraction (fixes #5179) | Yen Chi Hsuan | |
2015-04-10 | [teamcoco] Extract duration | Naglis Jonaitis | |
2015-04-09 | [teamcoco] Extract m3u8 URLs | Naglis Jonaitis | |
2015-04-09 | [teamcoco] Fix extraction | Naglis Jonaitis | |
2015-03-26 | [teamcoco] Fix extraction | Naglis Jonaitis | |
2015-03-08 | [teamcoco] Fix extraction | Naglis Jonaitis | |
2015-02-21 | [teamcoco] Fix extraction | Naglis Jonaitis | |
Also, use a single style of quotes | |||
2015-02-11 | [teamcoco] Fix video id extraction | Naglis Jonaitis | |
2015-02-08 | Use _family_friendly_search for determining age_limit | Naglis Jonaitis | |
2015-02-01 | [teamcoco] Modernize and fix extraction | Philipp Hagemeister | |
2014-11-23 | PEP8: applied even more rules | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
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 | |