diff options
-rw-r--r-- | tests/HosterPluginTester.py | 3 | ||||
-rwxr-xr-x | tests/hosterlinks.txt | 7 |
2 files changed, 6 insertions, 4 deletions
diff --git a/tests/HosterPluginTester.py b/tests/HosterPluginTester.py index f9ca74e5f..23e9507f1 100644 --- a/tests/HosterPluginTester.py +++ b/tests/HosterPluginTester.py @@ -6,6 +6,7 @@ from logging import log, DEBUG from hashlib import md5 from time import time from shutil import move +import codecs from nose.tools import nottest @@ -95,7 +96,7 @@ class HosterPluginTester(PluginTester): c = Core() -f = open(join(dirname(__file__), "hosterlinks.txt")) +f = codecs.open(join(dirname(__file__), "hosterlinks.txt"), "r", "utf_8") links = [x.strip() for x in f.readlines()] urls = [] flags = {} diff --git a/tests/hosterlinks.txt b/tests/hosterlinks.txt index c55634f0a..6ac19f098 100755 --- a/tests/hosterlinks.txt +++ b/tests/hosterlinks.txt @@ -5,7 +5,8 @@ http://download.pyload.org/random.bin random.bin d76505d0869f9f928a17d42d66326307 -Mořská želva ( Зелёная черепаха .&+ 綠蠵龜 _@- Đồi mồi dứa ).tar 932212256dc0b0a1e71c0944eef633a4 +Mořská želva ( Зелёная черепаха .&+ 綠蠵龜 _@- Đồi mồi dứa ).tar 992d0871f7dbbe0e46747f1e37ba9123 +Mořská_želva_(_Зелёная_черепаха_.&+_綠蠵龜__@-_Đồi_mồi_dứa_).tar 992d0871f7dbbe0e46747f1e37ba9123 # Hoster links, append ||offline or ||fail to mark your expectation @@ -43,7 +44,7 @@ http://www.filesonic.com/file/yU2cU6s http://www.fshare.vn/file/A7H8LSTP7Z/ http://ifile.it/muwgivz http://letitbit.net/download/67793.60a7d3745791db7271a6e6c92cfe/Mořská_želva_(_Зелёная_черепаха_.___綠蠵龜___-_Đồi_mồi_dứa_).tar.html -http://www.mediafire.com/?n09th58z1x5r585 +http://www.mediafire.com/file/n09th58z1x5r585 http://www.quickshare.cz/stahnout-soubor/676150:morska-zelva----_-oi-moi-dua-tar_6MB http://www.uloz.to/12553820/morska-zelva-oi-moi-dua-tar -http://www.wupload.com/file/2642593407/ +http://www.wupload.com/file/2642593407/
\ No newline at end of file |