Ticket #1522 (new defect)

Opened 15 months ago

Last modified 12 months ago

Demonoid feed not working after updating flexget

Reported by: antiartist Owned by:
Priority: major Milestone: 1.0
Component: Plugins Keywords:
Cc: Version (eg. 1.0r2700): 1.0r2728

Description

After updating flexget to the most current version, my demonoid feed keeps returning this error for any attempts to download from it:

- 30 Rock S06E09 HDTV XviD-2HD (http://www.demonoid.me/files/download/2864232/004261412868/) Reason: Unexpected html content received from `http://www.demonoid.me/files/download/2864232/004261412868/` - maybe a login page?

The feed uses headers: and cookie: and I've confirmed that the UID and password still work on the Demonoid website:

Demonoid_feed:
    headers:
      Cookie: "uid=6414406; pass=*****"
    rss: http://static.demonoid.me/rss/3.xml

Attachments

non-registered visitors limited to a few downloads.png (176.2 KB) - added by antiartist 14 months ago.
Apparently the cookies/header plugin hasn't been doing anything and the few days of functionality I had were because of "freebies" demonoid was giving me

Change History

comment:1 Changed 14 months ago by atlanta800

Yeah, I'm seeing this now too. Demonoid was working fine with my Firefox cookies, but now it fails. (And I did grab new cookies to ensure they hadn't expired).

Last edited 14 months ago by atlanta800 (previous) (diff)

comment:2 Changed 14 months ago by gray

I just tried the same feed and it worked fine for me. I used the cookies plugin instead of the headers plugin, because demonoid sets 8 cookies and I'd rather not set them all manually. If you only specified the two cookies above, then that might indicate demonoid wants some of the other cookies set as well.

comment:3 Changed 14 months ago by atlanta800

Something really strange is going on. I don't think the cookies/headers are actually working. You can get torrents from demonoid without ever logging in (try it in your browser) up to a point, then they block you, that appears to be what't happening to me...

comment:4 Changed 14 months ago by antiartist

Yeah, this evening I tried queuing a torrent using the link in the notifcation email (without being logged into Demonoid first)and the website informed me:

Non-registered visitors are limited to just a few torrent downloads per week.
To download the torrent you must register.

So yes, it does seem like the cookies/header is not working at all. Those first couple days of functionality I had were just because of the "freebies" that Demonoid was giving me.

Changed 14 months ago by antiartist

Apparently the cookies/header plugin hasn't been doing anything and the few days of functionality I had were because of "freebies" demonoid was giving me

comment:5 follow-up: ↓ 7 Changed 14 months ago by Tw|tch

this is how i use it, and it seems to be working fine for me:

presets:
  global:
    cookies: ~/.flexget/cookies.sqlite

  movie-inputs:
    inputs:
      - rss:
          url: http://static.demonoid.me/rss/1.xml
          username: USERNAME
          password: PASSWORD
      - rss: http://www.rlslog.net/category/movies/feed/
      - rss: http://torrentz.eu/feed_verified?q=movies
 

then in my feeds i use this;

preset: [movie-inputs, .....]

not sure if that helps or not, but like i said, it seems to be working fine for me..

comment:6 Changed 12 months ago by nouboh

Still not working here, any news? I tried with cookies and header plugin. Is possible isn't working since they changed to demonoid.ph?

comment:7 in reply to: ↑ 5 Changed 12 months ago by KWarner04

I have mine setup just like Tw|tch and I'm getting the error message. I think this has to do with the change over from demonoid.me to demonoid.ph.

Here is my log file:

2012-05-13 21:30 INFO     urlrewriter   demonoid-rss    Entry 'showname' URL rewritten to http://www.demonoid.me/files/download/2929670/002130706434/ (with demonoid)
2012-05-13 21:30 INFO     download      demonoid-rss    Downloading: showname
2012-05-13 21:30 ERROR    feed          demonoid-rss    Failed showname (Unexpected html content received from `http://www.demonoid.me/files/download/2929670/002130706434/` - maybe a login page?)

However, if I change the link in the last line from www.demonoid.me to www.demonoid.ph, it downloads the torrent just fine.

I'm guessing this could be fixed with a simple regex line, but I'm terrible at them, so I'm not much help.

And I'm on Flexget r2863

Last edited 12 months ago by KWarner04 (previous) (diff)

comment:8 Changed 12 months ago by Tw|tch

Just wanted to say, my setup still works, I haven't had any troubles/errors with demonoid.. I'm still getting downloads just fine using Flexget r2880.

comment:9 Changed 12 months ago by nouboh

Are you sure that are not freebies? latest svn version doesn't work for me

Note: See TracTickets for help on using tickets.