-
Notifications
You must be signed in to change notification settings - Fork 481
title_from (html plugin) no longer works with magnet links #1250
Copy link
Copy link
Closed
Labels
Description
Since v2.0, title_from works incorrectly with magnet links when extracting links from html pages
Expected behaviour:
title_from should produce a valid title for magnet links as it did with previous v1.x
Actual behaviour:
title_from: title could not be determined for magnet links
Steps to reproduce:
- Step 1: checking config
flexget -c sample.yml check
2016-06-25 16:15 VERBOSE check Pre-checked 11 configuration lines
2016-06-25 16:15 VERBOSE check Checking config file `/usr/local/scripts/flexget/sample.yml`
2016-06-25 16:15 VERBOSE check Config passed check.
- Step 2: Execute flexget with the config. No tv shows produced by html is valid. And thus: "Input html did not return anything".
Config:
tasks:
top-seeded-tv:
inputs:
- html:
url: http://kat.cr/tv/
title_from: url
links_re: [ magnet ]
accept_all: yes
list_add:
- movie_list: tv
Log:
cropped for readability.
flexget -c sample.yml --test execute
2016-06-25 16:16 INFO manager Test mode, creating a copy from database ...
2016-06-25 16:16 INFO manager Test database created
2016-06-25 16:16 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2016-06-25 16:16 VERBOSE html top-seeded-tv Requesting: http://kat.cr/tv/
2016-06-25 16:16 VERBOSE html top-seeded-tv Response: 200 (OK)
2016-06-25 16:16 WARNING html top-seeded-tv title could not be determined for link magnet:?xt=urn:btih:30A86E5D11CF73E03D0A264926E1D41B4BA7AC16&dn=game+of+thrones+s06e09+1080p+hdtv+x265+hevc+6ch+600mb+shaanig&tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
2016-06-25 16:16 WARNING html top-seeded-tv title could not be determined for link magnet:?xt=urn:btih:1184289DDDD9F688585C11DDDE95EBEA2195583B&dn=queen+of+the+south+s01e01+hdtv+xvid+fum+ettv&tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
2016-06-25 16:16 WARNING html top-seeded-tv title could not be determined for link magnet:?xt=urn:btih:8F7D68D769664A16A4592536627255EA89221D35&dn=game+of+thrones+s06e08+720p+hdtv+x265+hevc+350mb+shaanig&tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
2016-06-25 16:16 WARNING html top-seeded-tv title could not be determined for link magnet:?xt=urn:btih:F00B56B17E468E308F8174E6DEE383984E9AD0BD&dn=person+of+interest+s05e13+hdtv+x264+lol+ettv&tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
2016-06-25 16:16 WARNING html top-seeded-tv title could not be determined for link magnet:?xt=urn:btih:855C67E5B9DB14E57B2F4EE319B7A7DBCCFCF622&dn=outcast+s01e04+hdtv+x264+killers+ettv&tr=udp%3A%2F%2Ftracker.publicbt.com%2Fannounce&tr=udp%3A%2F%2Fglotorrents.pw%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce
2016-06-25 16:16 WARNING inputs top-seeded-tv Input html did not return anything
2016-06-25 16:16 WARNING details top-seeded-tv Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2016-06-25 16:16 VERBOSE details top-seeded-tv Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2016-06-25 16:16 VERBOSE list_add top-seeded-tv adding accepted entries into movie_list - tv
2016-06-25 16:16 INFO manager Removed test database
Additional information:
- Flexget Version: 2.1.1
- Python Version: 2.7.9
- Installation method: pip
- OS and version: Debian Jessie
- Link to crash log: N/A
Reactions are currently unavailable