1
0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2025-02-07 02:29:48 +00:00
Commit Graph

14 Commits

Author SHA1 Message Date
John Hawkinson
9a2ed02b65 debugging print -> self.to_screen() 2016-10-08 22:46:09 -04:00
John Hawkinson
f8eeb2b25a Some instances don't have downloadable video
E.g. somervillecityma.iqm2.com only has the JWPlayer video.
Makes a better test case, so add it as the first.
2016-10-08 21:01:43 -04:00
John Hawkinson
0bdb0c707b Condense comments, distribute 2016-10-08 19:38:28 -04:00
John Hawkinson
077bf26371 Use url_result instead of instance of GenericIE() 2016-10-08 19:31:50 -04:00
John Hawkinson
e6a1522743 Tighten up regex comment 2016-10-08 19:23:59 -04:00
John Hawkinson
71fbddb78a Use (?i) for case-insensitivity in URLs 2016-10-08 19:21:33 -04:00
John Hawkinson
e468f91968 Move test cases from comment to _TESTS 2016-10-08 19:17:32 -04:00
John Hawkinson
78210b31fa copyedit comments 2016-10-06 01:51:06 -04:00
John Hawkinson
021c07f81a Comment verbatim example of <div id=VideoPanelInner/> 2016-10-06 01:42:30 -04:00
John Hawkinson
e2135e8791 Handle relative URLs with urlparse.urljoin() 2016-10-06 01:38:25 -04:00
John Hawkinson
9adff20bb5 strip unused title= code 2016-10-06 01:33:34 -04:00
John Hawkinson
841b2af158 strip unnecessary comments from template 2016-10-06 01:30:44 -04:00
John Hawkinson
bca0b731c4 Case-insensitive URL match 2016-10-06 01:29:58 -04:00
John Hawkinson
70d117053d [IQM2] Add new extractor
first cut
2016-10-06 01:09:53 -04:00