WFDownloader Script to get pdfs therabbithole.wiki

WFDownloader Script to extract all pdfs from therabbithole.wiki/archive/
Anonymous
plain_text
09/20/2023 9:02 PM
248 B
49
Indexable
goto '.entries article' fetch all hyperlinks indirectly,
nextpage location '.ct-pagination' followNextPagesOfNextPages {
    fetch textlinks in pattern #file=(?<val>http.+?\.pdf)#
};
Editor is loading...