Skip to content

Commit

Permalink
fixed: podnapisi
Browse files Browse the repository at this point in the history
  • Loading branch information
amet committed Nov 3, 2010
1 parent d8fb602 commit 7875bc7
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 255 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def query_Film(name, file_original_path,year, langs):
if status == "Completed" and (lang in langs) :
sublinks.append({'filename':"%s-%s" %(name.replace("_", ".").title(),subteams ),'link':link,'language_name':langs_html.string.strip(),'language_id':lang,'language_flag':"flags/%s.gif" % (lang,),'movie':"movie","ID":"subtitle_id","rating":"0","format":"srt","sync":hashed})
except:
subteams = ""
pass
return sublinks


Expand Down
Loading

0 comments on commit 7875bc7

Please sign in to comment.