about summary refs log tree commit diff
path: root/youtube_dl/extractor/teamcoco.py
Commit message (Collapse)AuthorAgeFilesLines
* [teamcoco] add support for new videos(closes #23054)Remita Amine2019-11-121-31/+37
|
* [teamcoco] fix extraction and add suport for subdomains(closes ↵Remita Amine2019-04-051-4/+14
| | | | #17099)(closes #20339)
* [teamcoco] Fix extraction for full episodes(closes #16573)Remita Amine2018-05-301-44/+58
|
* [teamcoco] relax _VALID_URL regex and add a fallback for format ↵Remita Amine2018-05-191-5/+20
| | | | extraction(fixes #16484)
* [teamcoco] improve _VALID_URL regex(#16484)Remita Amine2018-05-191-1/+4
|
* [teamcoco] fix extraction(closes #16374)Remita Amine2018-05-101-97/+82
|
* Switch codebase to use compat_b64decodeSergey M․2018-01-231-3/+5
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* [teamcoco] Fix base64 regexpJakub Wilk2016-05-141-1/+1
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [teamcoco] Handle incomplete m3u8 URLs (fixes #5798)Yen Chi Hsuan2015-06-051-2/+27
| | | | There are 2 TODOs. I don't know how to handle these cases correctly.
* [teamcoco] Use determine_ext to determine the video typeYen Chi Hsuan2015-05-271-1/+2
| | | | Some videos does not contain a 'type' field (#5798)
* [teamcoco] Detect expired videos (#5626)Yen Chi Hsuan2015-05-151-1/+3
|
* [teamcoco] Rewrite preload data extractionYen Chi Hsuan2015-05-151-29/+28
| | | | | | | | 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)
* [teamcoco] Fix extracting preload data againYen Chi Hsuan2015-05-071-3/+21
|
* [teamcoco] Fix "preload" data extraction (fixes #5179)Yen Chi Hsuan2015-04-151-3/+28
|
* [teamcoco] Extract durationNaglis Jonaitis2015-04-101-0/+3
|
* [teamcoco] Extract m3u8 URLsNaglis Jonaitis2015-04-091-15/+19
|
* [teamcoco] Fix extractionNaglis Jonaitis2015-04-091-8/+9
|
* [teamcoco] Fix extractionNaglis Jonaitis2015-03-261-1/+1
|
* [teamcoco] Fix extractionNaglis Jonaitis2015-03-081-3/+3
|
* [teamcoco] Fix extractionNaglis Jonaitis2015-02-211-25/+24
| | | | Also, use a single style of quotes
* [teamcoco] Fix video id extractionNaglis Jonaitis2015-02-111-2/+6
|
* Use _family_friendly_search for determining age_limitNaglis Jonaitis2015-02-081-2/+5
|
* [teamcoco] Modernize and fix extractionPhilipp Hagemeister2015-02-011-3/+5
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-17/+16
|
* PEP8 appliedJouke Waleson2014-11-231-1/+1
|
* [teamcoco] Update video id regexSergey M․2014-08-201-1/+1
|
* 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