Closed Ara0n closed 4 years ago
The fanfox fetcher uses pexpect.spawn() which isn't available on windows, thus rendering the use of the Fanfox fetcher impossible
pexpect.spawn()
fixed with https://github.com/Ara0n/pyscandl/commit/dedfd4006adc77dcee1e990a4fb0b703491824ad
The fanfox fetcher uses
pexpect.spawn()
which isn't available on windows, thus rendering the use of the Fanfox fetcher impossible