WFDownloader Script to get pdfs therabbithole.wiki

WFDownloader Script to extract all pdfs from therabbithole.wiki/archive/
 avatar
unknown
plain_text
2 years ago
185 B
35
Indexable
goto '.entries article' fetch all hyperlinks indirectly,
nextpage location '.ct-pagination' followNextPagesOfNextPages {
    fetch textlinks in pattern #file=(?<val>http.+?\.pdf)#
};
Editor is loading...