GilbertClaus commited on
Commit
dbc7ce8
·
1 Parent(s): 7369068
Files changed (1) hide show
  1. others.py +1 -1
others.py CHANGED
@@ -79,7 +79,7 @@ def get_digits(thumbnail_url):
79
  if 'cospuri' in thumbnail_url:
80
  match = re.search(r'/0(\d{3})', thumbnail_url)
81
  elif 'legsjapan' in thumbnail_url:
82
- match = re.search(r'/0(\d{4})', thumbnail_url)
83
  elif 'fellatiojapan' in thumbnail_url or 'spermmania' in thumbnail_url:
84
  match = re.search(r'/(\d+)_', thumbnail_url)
85
 
 
79
  if 'cospuri' in thumbnail_url:
80
  match = re.search(r'/0(\d{3})', thumbnail_url)
81
  elif 'legsjapan' in thumbnail_url:
82
+ match = re.search(r'/(\d{4})', thumbnail_url)
83
  elif 'fellatiojapan' in thumbnail_url or 'spermmania' in thumbnail_url:
84
  match = re.search(r'/(\d+)_', thumbnail_url)
85