aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/teamcoco.py
AgeCommit message (Collapse)Author
2019-11-12[teamcoco] add support for new videos(closes #23054)Remita Amine
2019-04-05[teamcoco] fix extraction and add suport for subdomains(closes ↵Remita Amine
#17099)(closes #20339)
2018-05-30[teamcoco] Fix extraction for full episodes(closes #16573)Remita Amine
2018-05-19[teamcoco] relax _VALID_URL regex and add a fallback for format ↵Remita Amine
extraction(fixes #16484)
2018-05-19[teamcoco] improve _VALID_URL regex(#16484)Remita Amine
2018-05-10[teamcoco] fix extraction(closes #16374)Remita Amine
2018-01-23Switch codebase to use compat_b64decodeSergey M․
2016-10-03Unify coding cookieDéstin Reed
2016-05-14[teamcoco] Fix base64 regexpJakub Wilk
2016-03-21Add support for https for all extractors as preventive and future-proof measureSergey 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 typeYen 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 extractionYen 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 againYen Chi Hsuan
2015-04-15[teamcoco] Fix "preload" data extraction (fixes #5179)Yen Chi Hsuan
2015-04-10[teamcoco] Extract durationNaglis Jonaitis
2015-04-09[teamcoco] Extract m3u8 URLsNaglis Jonaitis
2015-04-09[teamcoco] Fix extractionNaglis Jonaitis
2015-03-26[teamcoco] Fix extractionNaglis Jonaitis
2015-03-08[teamcoco] Fix extractionNaglis Jonaitis
2015-02-21[teamcoco] Fix extractionNaglis Jonaitis
Also, use a single style of quotes
2015-02-11[teamcoco] Fix video id extractionNaglis Jonaitis
2015-02-08Use _family_friendly_search for determining age_limitNaglis Jonaitis
2015-02-01[teamcoco] Modernize and fix extractionPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
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