There was an error while loading. Please reload this page.
1 parent bab6c21 commit a2f534dCopy full SHA for a2f534d
Wattpad2epub.py
@@ -25,7 +25,7 @@
25
address = pyperclip.paste()
26
27
#Using regex to get ID
28
-search_id = re.compile(r'\d{9,}')
+search_id = re.compile(r'\d{8,}')
29
id_no = search_id.search(address)
30
31
#getting json data from Wattpad api
0 commit comments