diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2013-03-08 20:47:06 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2013-03-08 20:47:06 +0100 | 
| commit | 3d3423574d35a0fe71062f21dd57ada02a5225b4 (patch) | |
| tree | ca3ac4bc579cbebbacd39f0bc7ee8f51fdce5cea /test | |
| parent | e5edd51de458d52f3824e6d8fc7c0713659694a4 (diff) | |
Fix Unicode handling GenericIE (Fixes #734)
Diffstat (limited to 'test')
| -rw-r--r-- | test/tests.json | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/test/tests.json b/test/tests.json index 7af3c2892..e4ea0b41e 100644 --- a/test/tests.json +++ b/test/tests.json @@ -293,5 +293,11 @@      "info_dict": {          "title": "Absolute Mehrheit vom 17.02.2013 - Die Highlights, Teil 2"      } +  }, +  { +    "name": "Generic", +    "url": "http://www.hodiho.fr/2013/02/regis-plante-sa-jeep.html", +    "file": "13601338388002.mp4", +    "md5": "85b90ccc9d73b4acd9138d3af4c27f89"    }  ]  | 
