Open aldnav opened 5 years ago
Hello, can you tell me where is the source and selector values you meant. Are they in the script.py? And which function? Just want to help.
@PercyJia95 here https://github.com/aldnav/comicthread/blob/master/async_dl.py#L47-L54
Thanks!
Thank you! I will look in
Currently, the sources and the selectors used are hard-coded. An improvement is to read a CSV file with the
source
,selector
values in it.