@Krandor1 wrote:
So I'm trying to automate some downloads from demonoid and know I need to do a urlrewrite but can't seem to get it to work.
My current config is below. I have tried putting the urlrewrite under the task as well but that didn't work.
templates:
global:
urlrewrite:
demonoid-https:
regexp: 'https:www.demonoid.pw\/files\/details\/(?P\d*)\/(?P\d*)\/'
format: 'https://www.demonoid.ooo/files/download/\g/'
Tasks:
demonoid-https:
rss: https://www.demonoid.pw/rss/10.xml
accept_all: yes
set:
queue_position: 1What I'm getting is this.....
018-08-18 19:41 INFO urlrewriter demonoid-https Entry 'Judge Dredd Megazine 399 2018 digital Minutemen juvecube' URL rewritten to https://www.demonoid.pw/files/details/3896714/?loadbal=TVNBaWQzYmdqUmhZaHIwVXdWNFkxSFRabW5sdnZXT1ZTM3JHbEdnYlpGWkxjSG1Sa3pidlM2aml2QXVOeXE4eQ== (with urlrewrite_redirect)
and then I'm getting the following. It doesn't look like the rewrite is being hit.
2018-08-18 20:02 INFO download demonoid-https Downloading: Marvel Week 07 04 2018 Nem
2018-08-18 20:02 ERROR entry demonoid-https Failed Marvel Week 07 04 2018 Nem (Unexpected html content received fromhttps://www.demonoid.pw/files/details/3870227/?loadbal=TVNBaWQzYmdqUmhZaHIwVXdWNFkxSFRabW5sdnZXT1ZTM3JHbEdnYlpGWkxjSG1Sa3pidlM2aml2QXVOeXE4eQ==
- maybe a login page?)Any suggestions?
Posts: 1
Participants: 1