Flexget / Flexget

The official FlexGet repository

Home Page:http://www.flexget.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to download the RSS tag with YGGTORRENT

Ordi-Chic opened this issue · comments

Expected behaviour:

Before the site install cloadflare, the script below was perfect.

Actual behaviour:

Since the site https://www.yggtorrent.wtf/ is using cloudflare, It's impossible to download the RSS, even if I configure FlareSolverr with the proxy plugin.

Config:

web_server:
bind: 0.0.0.0
port: 5050
web_ui: yes

tasks:
pack magazines presse:
cfscraper: yes
rss : https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2156&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
download: /data/w_presse
regexp:
accept:
- pack.magazines.actualit.s
- pirate.informatique
- 01net
- le.monde
- charlie.hebdo
- ouest.france
- micro.pratique

schedules:

  • tasks: '*'
    interval:
    hours: 1

Log:

(click to expand)
2023-11-01 18:34:39
WARNING
task
games
Aborting task (plugin: rss)
2023-11-01 18:34:39
CRITICAL
plugin
games
Unable to download the RSS for task games (https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2161&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): HTTPSConnectionPool(host='www3.yggtorrent.wtf', port=443): Max retries exceeded with url: /rss?action=generate&type=subcat&id=2161&passkey=xxxxxxxxxxxxxxxxxxxxxxxx(Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
2023-11-01 18:34:31
WARNING
task
software
Aborting task (plugin: rss)
2023-11-01 18:34:31
CRITICAL
plugin
software
Unable to download the RSS for task software (https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2173&passkey=xxxxxxxxxxxxxxxxxxxxxxxx): HTTPSConnectionPool(host='www3.yggtorrent.wtf', port=443): Max retries exceeded with url: /rss?action=generate&type=subcat&id=2173&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
2023-11-01 18:34:23
WARNING
task
smartphone
Aborting task (plugin: rss)
2023-11-01 18:34:23
CRITICAL
plugin
smartphone
Unable to download the RSS for task smartphone (https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2174&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxx): HTTPSConnectionPool(host='www3.yggtorrent.wtf', port=443): Max retries exceeded with url: /rss?action=generate&type=subcat&id=2174&passkey=xxxxxxxxxxxxxxxxxxxxxxx(Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
2023-11-01 18:34:18
WARNING
task
wordpress
Aborting task (plugin: rss)
2023-11-01 18:34:18
CRITICAL
plugin
wordpress
Unable to download the RSS for task wordpress (https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2301&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): HTTPSConnectionPool(host='www3.yggtorrent.wtf', port=443): Max retries exceeded with url: /rss?action=generate&type=subcat&id=2301&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
2023-11-01 18:34:14
WARNING
task
pack
magazines presse Aborting task (plugin: rss)
2023-11-01 18:34:14
CRITICAL
plugin
pack
magazines presse Unable to download the RSS for task pack magazines presse (https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2156&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): HTTPSConnectionPool(host='www3.yggtorrent.wtf', port=443): Max retries exceeded with url: /rss?action=generate&type=subcat&id=2156&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
2023-11-01 18:28:17
WARNING
task
pack
magazines presse Aborting task (plugin: rss)
2023-11-01 18:28:17
CRITICAL
plugin
pack
magazines presse Unable to download the RSS for task pack magazines presse (https://www3.yggtorrent.wtf/rss?action=generate&type=subcat&id=2156&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx): HTTPSConnectionPool(host='www3.yggtorrent.wtf', port=443): Max retries exceeded with url: /rss?action=generate&type=subcat&id=2156&passkey=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 404 Not Found')))
2023-11-01 18:28:13
INFO
manager
Config successfully reloaded!

Additional information:

Version Info

Flexget: 3.9.16
Web UI: 2.0.29
API: 1.8.0
Python 3.11.6

  • Installation method: Docker Synology
  • Using daemon (yes/no): yes