Commit Graph
11 Commits
Author SHA1 Message Date
blissland e8cfacae37 [CBSNewsIE] Relax thumbnail regex so test passes 2015-05-15 17:57:32 +01:00
blisslandandJaime Marquínez Ferrándiz 15da7ce7fb Fix file format extraction regex and update test file checksum 2015-05-15 14:12:52 +02:00
blissland 509c630db8 [CanalplusIE] Update tests that were no longer working 2015-05-14 08:09:56 +01:00
blissland 0b4253fa37 [BYUtvIE] Change thumbnail regex so test does not fail 2015-05-12 18:57:06 +01:00
blissland 0892090a56 Added audio test for BRIE 2015-05-09 16:02:07 +01:00
blissland d592b42f5c Updated two tests for BRIE 2015-05-09 15:26:00 +01:00
blisslandandJaime Marquínez Ferrándiz 43837189c1 Fix URL template extraction for netzkino. Fixes #5614 2015-05-08 12:20:34 +02:00
blisslandandJaime Marquínez Ferrándiz 249962ffa2 [bet] Use unique part of xml url as the video id and fix tests (closes #5642)
The guid changes often.
2015-05-08 11:31:05 +02:00
blissland bc08873cff Fix indents 2015-05-07 15:09:27 +01:00
blissland c09593c04e [BildIE] Escape ampersands in xml and update test thumbnail 2015-05-07 15:07:11 +01:00
blisslandandJaime Marquínez Ferrándiz d6a1738892 [archive.org] Fix incorrect url condition (closes #5628)
The condition for assigning to json_url is the wrong way round:

currently for url: aaa.com/xxx

we get:

aaa.com/xxx&output=json

instead of the correct value:

aaa.com/xxx?output=json
2015-05-06 15:06:10 +02:00