Skip to content

rutracker_auth plugin fix#1

Open
dchubkov wants to merge 1 commit intodevelopfrom
dchubkov-rutracker_fix_patch-1
Open

rutracker_auth plugin fix#1
dchubkov wants to merge 1 commit intodevelopfrom
dchubkov-rutracker_fix_patch-1

Conversation

@dchubkov
Copy link
Copy Markdown
Owner

Motivation for changes:

would like to fix broken rutracker_auth plugin

Detailed changes:

Edit /flexget/plugins/sites/rutracker.py
change login URL in this line:

s.post("http://login.rutracker.org/forum/login.php", data=payload)

to

s.post("http://rutracker.org/forum/login.php", data=payload)

and URL in this line

r.prepare_url(url='http://dl.rutracker.org/forum/dl.php?t=' + id, params=None)

to this

r.prepare_url(url='http://rutracker.org/forum/dl.php?t=' + id, params=None)

Addressed issues:

Config usage if relevant (new plugin or updated schema):

...
rutracker_task
  accept_all: yes
  rutracker_auth:
    username: '{? rutracker.username ?}'
    password: '{? rutracker.password ?}'

  inputs:
    - rss: http://feed.rutracker.org/atom/f/313.atom

  deluge: yes

Log and/or tests output (preferably both):

Missed log with exception since I fixed it already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rutracker_auth plugin does not work anymore after recent changes in rutracker's login page

1 participant