]> git.pld-linux.org Git - packages/pynapi.git/commitdiff
- rel 3; exception with some error auto/th/pynapi-0.20-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 12 Mar 2015 22:22:32 +0000 (23:22 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 12 Mar 2015 22:22:32 +0000 (23:22 +0100)
pynapi.py
pynapi.spec

index ac17e5682dc0dab341453dcecb74b1062e839f73..b754f8624c2c4ff01db00b4ce61029e3ff8b7894 100644 (file)
--- a/pynapi.py
+++ b/pynapi.py
@@ -160,7 +160,7 @@ def get_cover(digest):
     return (cover, extension)
 
 def get_subtitle_napisy24(filename, digest=False, lang="pl"):
-    raise StandardError
+    raise Exception('Subtitle NOT FOUND')
 
     url = "http://napisy24.pl/run/CheckSubAgent.php"
 
index 6092d23a10290a77f5bc1a6281da22441ce82695..e34e2a2f4bb3b0358008916ecd4feeb12ab04ed8 100644 (file)
@@ -2,7 +2,7 @@ Summary:        pynapi - Movie Subtitle Downloader
 Summary(pl.UTF-8):     pynapi - narzędzie do ściągania napisów do filmów
 Name:          pynapi
 Version:       0.20
-Release:       2
+Release:       3
 License:       GPL v3+
 Group:         Applications/Multimedia
 Source0:       pynapi.py
This page took 0.108949 seconds and 4 git commands to generate.