You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 306-308:
if part.isdigit():
path_parts[i] = "{page}"
return '/'.join(path_parts)
this part of the code change all number to 1
for example:
if the url is pure number such as "https://example.com/742148134880162944"
it will change to "https://example.com/1"
reproduced it natively
The text was updated successfully, but these errors were encountered:
in playwrite_scraper.py
line 306-308:
if part.isdigit():
path_parts[i] = "{page}"
return '/'.join(path_parts)
this part of the code change all number to 1
for example:
if the url is pure number such as "https://example.com/742148134880162944"
it will change to "https://example.com/1"
reproduced it natively
The text was updated successfully, but these errors were encountered: