Philipp Hagemeister
0610a3e0b2
Remove unused imports
11 years ago
Philipp Hagemeister
dfb2cb5cfd
[teamcoco] Simplify ID management ( Closes #2715 )
11 years ago
Philipp Hagemeister
c465afd736
[teamcoco] Fix regex in 2.6 ( #2700 )
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.
11 years ago
AGSPhoenix
fa387d2d99
Revert "Workaround for regex engine limitation"
This reverts commit 6d0d573eca
.
11 years ago
AGSPhoenix
6d0d573eca
Workaround for regex engine limitation
11 years ago
AGSPhoenix
bb799e811b
Add a test for the new URL pages
Add a test for the pages with the video_id in the URL.
11 years ago
AGSPhoenix
04ee53eca1
Support TeamCoco URLs with video_id in the title
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.
11 years ago
Philipp Hagemeister
befdc8f3b6
[teamcoco] Use centralized sorting
11 years ago
Philipp Hagemeister
bb198c95e2
[teamcoco] Use unicode_literals
11 years ago
Jaime Marquínez Ferrándiz
e26f871228
Use the new '_download_xml' helper in more extractors
11 years ago
Philipp Hagemeister
cc13cc0251
[teamcoco] Correct error
11 years ago
Jaime Marquínez Ferrándiz
e7e6b54d8a
[teamcoco] Parse the xml file and extract all the formats
11 years ago
Alex Van't Hof
ac2547f5ff
[teamcoco] Fix video url extraction for some videos
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
11 years ago
pishposhmcgee
12ef6aefa8
changed video_url regex
Some older videos contain an extra properties such as 'embed' before 'type'.
11 years ago
Jaime Marquínez Ferrándiz
46720279c2
InfoExtractor: add some helper methods to extract OpenGraph info
11 years ago
Philipp Hagemeister
6f5ac90cf3
Move tests to the IE definitions
12 years ago
Philipp Hagemeister
cd8b830292
[Teamcoco] Move into own file
12 years ago