[suboob] attila favicon&test, suboob manpage

This commit is contained in:
Julien Veyssier 2013-02-22 01:56:06 +01:00
commit 9a9d399503
3 changed files with 234 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

View file

@ -28,9 +28,10 @@ class AttilasubTest(BackendTest):
def test_subtitle(self):
subtitles = list(self.backend.iter_subtitles('spiderman'))
assert (len(subtitles) > 0)
for subtitle in subtitles:
path, qs = urllib.splitquery(subtitle.url)
#assert path.endswith('.torrent')
assert path.endswith('.rar')
# get the file of a random sub
if len(subtitles):