View Single Post
  #132  
Old 05.04.2017, 19:57
plaintext plaintext is offline
BugMeNot Account
 
Join Date: Sep 2016
Posts: 241
Default

xy-RSS.py bricht bei folgendem Format ab:

[DEUTSCH] xy.S01E01-S01E05.GERMAN.DL.DVDRip.x264-pbw

Fehlermeldung:
Code:
Traceback (most recent call last):

  File "C:\Users\winprocessfn\flexget\xy-RSS.py", line 95, in <module>

    range_checkr(link,title,language)

  File "C:\Users\winprocessfn\flexget\xy-RSS.py", line 24, in range_checkr

    for count in range(int(number1),(int(number2)+1)):

ValueError: invalid literal for int() with base 10: '01-S01'

Last edited by Jiaz; 18.04.2017 at 15:10.
Reply With Quote