Skip to content

Commit a2f534d

Browse files
committed
updating for link id
1 parent bab6c21 commit a2f534d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Wattpad2epub.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
address = pyperclip.paste()
2626

2727
#Using regex to get ID
28-
search_id = re.compile(r'\d{9,}')
28+
search_id = re.compile(r'\d{8,}')
2929
id_no = search_id.search(address)
3030

3131
#getting json data from Wattpad api

0 commit comments

Comments
 (0)