@NigaiRemonNoNioi wrote:
Hello guys. What should i do if i want block some uploaders that i don't want it with the config file? Thanks!
Posts: 1
Participants: 1
@NigaiRemonNoNioi wrote:
Hello guys. What should i do if i want block some uploaders that i don't want it with the config file? Thanks!
Posts: 1
Participants: 1
@Karmalakas wrote:
Hi,
I'm new to Flexget and been configuring it for a couple of weeks now to get what I want. Still a long way to go
Now I have a problem, when clearly higher quality files are rejected. Eg.:
2019-01-31 15:09 VERBOSE task discover-movies REJECTED: `Bohemian Rhapsody 2018.2160p.UHDrip.x265.HDR.DD+.5.1-DTOne` by quality plugin because 2160p h265 dd+5.1 does not match quality requirement [<Requirements(1080p+ hdtv+ h264+ dd5.1+)>]
Any advice here? Thanks
Posts: 1
Participants: 1
@dpetka2001 wrote:
Hello there, since this morning when i run flexget it doesn't return back results from the plugin rarbg, it says "No search results for [tv show name]", although when i visit the website from my browser I can clearly see the episodes exist that i want to download. Anyone else has similar problem?
Posts: 2
Participants: 1
@effemmeffe wrote:
I'm having some issue with flexget and I'm trying to see what is going on in the log.
I run flexget as a daemon in ubuntu and the logfile is ~/.flexget.flexget.log
I understand that if I run
flexget --loglevel debug execute
on the command line the loglevel is passed to the daemon and I actually see more logs on the screen, but I don't see more logs in the logfile.
How can I have a more detailed log in the file to analize after the crash?
Posts: 2
Participants: 1
@raybandrops wrote:
Hey. Is it possible to add movies of the same name to movie lists? I add movies through the command line and would like to avoid using services like imdb and trakt for this.
Posts: 1
Participants: 1
@martinbouillaud wrote:
Hello !
I've got a problem with Notify Plugin and telegram.
There is my error :
2019-02-02 11:25 WARNING telegram journauxfrancais unknown chat type: <class 'telegram.chat.Chat'>}
Posts: 1
Participants: 1
@infrared wrote:
Trying to learn flexget to automate RSS feeds in better way. I don't get why {{series_name}} does not return anything. Everything else works like expected. If I use "parsing: series: guessiet" the {{series_name}} variable works but guessit parses names incorrectly.
anime-move: accept_all: yes metainfo_series: yes thetvdb_lookup: yes filesystem: path: /media/Downloads/anime-temp/ move: to: '/media/Anime/{{series_name}}/'
VERBOSE details anime-move Produced 2 entries. VERBOSE task anime-move ACCEPTED: `[HorribleSubs] Sword Art Online - Alicization - 17 [1080p]` by accept_all plugin VERBOSE task anime-move ACCEPTED: `[HorribleSubs] Toaru Majutsu no Index III - 17 [1080p]` by accept_all plugin VERBOSE details anime-move Summary - Accepted: 2 (Rejected: 0 Undecided: 0 Failed: 0) CRITICAL plugin anime-move Path value replacement `/media/Anime/{{series_name}}/` failed: (UndefinedError) 'series_name' is undefined WARNING task anime-move Aborting task (plugin: move)
Series plugin shows the downloaded episodes correctly and has correct name information:
root@FlexGet:/ # flexget series list all x Name x Begin x Last Encountered x Age x Downloaded x Identified By x x Sword Art Online – Alicization x - x 17 x 14h x 1080p x auto x x Toaru Majutsu no Index III x - x 17 x 1h x 1080p x auto x
Posts: 2
Participants: 2
@Karmalakas wrote:
I believe it has to be done in FlexGet notifiers lib, right?
Posts: 3
Participants: 2
@Karmalakas wrote:
I understand when result gets rejected. It shows why. Is there any way to figure out why result is undecided?
Thought it might be quality, but it doesn't make sense - required quality is
720p+ webrip+ h264+ aac+
and undecided file has1080p bluray h264 ac3
quality.Same happens also in non test mode. It doesn't matter if it's movies or series - lots of results are undecided and I can't see why.
Posts: 8
Participants: 2
@seg7 wrote:
2019-02-05 16:43 CRITICAL plugin Plugin `flexget.components.managed_lists.lists.entry_list.db` failed to import dependencies Traceback (most recent call last): File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/plugin.py", line 392, in _import_plugin __import__(module_name) File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/db.py", line 4, in <module> from typing import MutableSet ImportError: No module named typing 2019-02-05 16:43 CRITICAL plugin Plugin `flexget.components.managed_lists.lists.entry_list.entry_list` failed to import dependencies Traceback (most recent call last): File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/plugin.py", line 392, in _import_plugin __import__(module_name) File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/entry_list.py", line 12, in <module> from . import db File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/db.py", line 4, in <module> from typing import MutableSet ImportError: No module named typing 2019-02-05 16:43 CRITICAL plugin Plugin `flexget.components.managed_lists.lists.entry_list.api` failed to import dependencies Traceback (most recent call last): File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/plugin.py", line 392, in _import_plugin __import__(module_name) File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/api.py", line 21, in <module> from . import db File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/db.py", line 4, in <module> from typing import MutableSet ImportError: No module named typing 2019-02-05 16:43 CRITICAL plugin Plugin `flexget.components.managed_lists.lists.entry_list.cli` failed to import dependencies Traceback (most recent call last): File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/plugin.py", line 392, in _import_plugin __import__(module_name) File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/cli.py", line 13, in <module> from . import db File "/Users/seg7/Library/Python/2.7/lib/python/site-packages/flexget/components/managed_lists/lists/entry_list/db.py", line 4, in <module> from typing import MutableSet ImportError: No module named typing
Update by PIP withou any issues:
Collecting flexget Downloading https://files.pythonhosted.org/packages/47/65/29e886189a91485e955523e27bbbc50a940bd9061d8873046c40e2c6d8a5/FlexGet-2.19.2-py2.py3-none-any.whl (6.5MB) 100% |████████████████████████████████| 6.5MB 1.2MB/s Requirement already satisfied, skipping upgrade: babelfish==0.5.5 in /usr/local/lib/python2.7/site-packages (from flexget) (0.5.5) Requirement already satisfied, skipping upgrade: jsonschema==2.6.0 in /usr/local/lib/python2.7/site-packages (from flexget) (2.6.0) Requirement already satisfied, skipping upgrade: pytz==2017.2 in /usr/local/lib/python2.7/site-packages (from flexget) (2017.2) Requirement already satisfied, skipping upgrade: rebulk==0.9.0 in /usr/local/lib/python2.7/site-packages (from flexget) (0.9.0) Requirement already satisfied, skipping upgrade: jinja2==2.10 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (2.10) Requirement already satisfied, skipping upgrade: colorclass==2.2.0 in /usr/local/lib/python2.7/site-packages (from flexget) (2.2.0) Requirement already satisfied, skipping upgrade: python-dateutil==2.6.1 in /usr/local/lib/python2.7/site-packages (from flexget) (2.6.1) Requirement already satisfied, skipping upgrade: sqlalchemy==1.2.6 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (1.2.6) Requirement already satisfied, skipping upgrade: beautifulsoup4==4.6.0 in /usr/local/lib/python2.7/site-packages (from flexget) (4.6.0) Requirement already satisfied, skipping upgrade: idna==2.5 in /usr/local/lib/python2.7/site-packages (from flexget) (2.5) Requirement already satisfied, skipping upgrade: webencodings==0.5.1 in /usr/local/lib/python2.7/site-packages (from flexget) (0.5.1) Requirement already satisfied, skipping upgrade: path.py==11.5.0 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (11.5.0) Requirement already satisfied, skipping upgrade: chardet==3.0.3 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (3.0.3) Requirement already satisfied, skipping upgrade: cherrypy==10.2.2 in /usr/local/lib/python2.7/site-packages (from flexget) (10.2.2) Requirement already satisfied, skipping upgrade: terminaltables==3.1.0 in /usr/local/lib/python2.7/site-packages (from flexget) (3.1.0) Requirement already satisfied, skipping upgrade: pyparsing==2.2.0 in /usr/local/lib/python2.7/site-packages (from flexget) (2.2.0) Requirement already satisfied, skipping upgrade: certifi==2017.4.17 in /usr/local/lib/python2.7/site-packages (from flexget) (2017.4.17) Requirement already satisfied, skipping upgrade: click==6.7 in /usr/local/lib/python2.7/site-packages (from flexget) (6.7) Requirement already satisfied, skipping upgrade: flask-restful==0.3.6 in /usr/local/lib/python2.7/site-packages (from flexget) (0.3.6) Requirement already satisfied, skipping upgrade: requests==2.20.1 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (2.20.1) Requirement already satisfied, skipping upgrade: itsdangerous==0.24 in /usr/local/lib/python2.7/site-packages (from flexget) (0.24) Requirement already satisfied, skipping upgrade: zipp==0.3.3 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (0.3.3) Requirement already satisfied, skipping upgrade: importlib-metadata==0.8 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (0.8) Requirement already satisfied, skipping upgrade: markupsafe==1.0 in /usr/local/lib/python2.7/site-packages (from flexget) (1.0) Requirement already satisfied, skipping upgrade: portend==1.8 in /usr/local/lib/python2.7/site-packages (from flexget) (1.8) Requirement already satisfied, skipping upgrade: plumbum==1.6.3 in /usr/local/lib/python2.7/site-packages (from flexget) (1.6.3) Requirement already satisfied, skipping upgrade: aniso8601==1.2.1 in /usr/local/lib/python2.7/site-packages (from flexget) (1.2.1) Requirement already satisfied, skipping upgrade: apscheduler==3.5.0 in /usr/local/lib/python2.7/site-packages (from flexget) (3.5.0) Requirement already satisfied, skipping upgrade: cheroot==5.5.0 in /usr/local/lib/python2.7/site-packages (from flexget) (5.5.0) Requirement already satisfied, skipping upgrade: tzlocal==1.4 in /usr/local/lib/python2.7/site-packages (from flexget) (1.4) Requirement already satisfied, skipping upgrade: pynzb==0.1.0 in /usr/local/lib/python2.7/site-packages (from flexget) (0.1.0) Requirement already satisfied, skipping upgrade: werkzeug==0.14.1 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (0.14.1) Requirement already satisfied, skipping upgrade: rpyc==4.0.1 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (4.0.1) Requirement already satisfied, skipping upgrade: progressbar==2.5 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (2.5) Requirement already satisfied, skipping upgrade: six==1.10.0 in /usr/local/lib/python2.7/site-packages (from flexget) (1.10.0) Requirement already satisfied, skipping upgrade: flask-restplus==0.10.1 in /usr/local/lib/python2.7/site-packages (from flexget) (0.10.1) Requirement already satisfied, skipping upgrade: flask-login==0.4.0 in /usr/local/lib/python2.7/site-packages (from flexget) (0.4.0) Requirement already satisfied, skipping upgrade: flask-cors==3.0.2 in /usr/local/lib/python2.7/site-packages (from flexget) (3.0.2) Requirement already satisfied, skipping upgrade: future==0.16.0 in /usr/local/lib/python2.7/site-packages (from flexget) (0.16.0) Requirement already satisfied, skipping upgrade: zxcvbn-python==4.4.15 in /usr/local/lib/python2.7/site-packages (from flexget) (4.4.15) Requirement already satisfied, skipping upgrade: pyyaml==3.13 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (3.13) Requirement already satisfied, skipping upgrade: flask==1.0.2 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (1.0.2) Requirement already satisfied, skipping upgrade: pyrss2gen==1.1 in /usr/local/lib/python2.7/site-packages (from flexget) (1.1) Requirement already satisfied, skipping upgrade: flask-compress==1.4.0 in /usr/local/lib/python2.7/site-packages (from flexget) (1.4.0) Requirement already satisfied, skipping upgrade: urllib3==1.21.1 in /usr/local/lib/python2.7/site-packages (from flexget) (1.21.1) Requirement already satisfied, skipping upgrade: feedparser==5.2.1 in /usr/local/lib/python2.7/site-packages (from flexget) (5.2.1) Requirement already satisfied, skipping upgrade: html5lib==0.999999999 in /usr/local/lib/python2.7/site-packages (from flexget) (0.999999999) Requirement already satisfied, skipping upgrade: guessit==3.0.3 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from flexget) (3.0.3) Requirement already satisfied, skipping upgrade: tempora==1.8 in /usr/local/lib/python2.7/site-packages (from flexget) (1.8) Requirement already satisfied, skipping upgrade: functools32; python_version == "2.7" in /usr/local/lib/python2.7/site-packages (from jsonschema==2.6.0->flexget) (3.2.3.post2) Requirement already satisfied, skipping upgrade: configparser; python_version < "3" in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from importlib-metadata==0.8->flexget) (3.5.0) Requirement already satisfied, skipping upgrade: contextlib2; python_version < "3" in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from importlib-metadata==0.8->flexget) (0.5.5) Requirement already satisfied, skipping upgrade: pathlib2; python_version < "3" in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from importlib-metadata==0.8->flexget) (2.3.3) Requirement already satisfied, skipping upgrade: setuptools>=0.7 in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from apscheduler==3.5.0->flexget) (39.1.0) Requirement already satisfied, skipping upgrade: funcsigs; python_version == "2.7" in /usr/local/lib/python2.7/site-packages (from apscheduler==3.5.0->flexget) (1.0.2) Requirement already satisfied, skipping upgrade: futures; python_version == "2.7" in /usr/local/lib/python2.7/site-packages (from apscheduler==3.5.0->flexget) (3.2.0) Requirement already satisfied, skipping upgrade: scandir; python_version < "3.5" in /Users/seg7/Library/Python/2.7/lib/python/site-packages (from pathlib2; python_version < "3"->importlib-metadata==0.8->flexget) (1.9.0) Installing collected packages: flexget Found existing installation: FlexGet 2.19.0 Uninstalling FlexGet-2.19.0: Successfully uninstalled FlexGet-2.19.0 Successfully installed flexget-2.19.2
Posts: 2
Participants: 2
@raybandrops wrote:
Hey. Does anyone know how I make flexget only run lookup_imdb on accepted entries? When I used reject_excluding I get an error saying it's invalid.
edit: sorry guys, I used reject-excluding instead of reject_excluding ...
Posts: 1
Participants: 1
@raybandrops wrote:
Hey.
Is anyone using domain_delay with the notify plugin successfully? It doesn't seem to do anything for me. My discord notifications are failing due to frequent requests. With seen_movies disabled the notifications are sent after each movie is looked up on imdb, but with it enabled all are sent at once after lookup is done.
Posts: 1
Participants: 1
@tomatosmoothie wrote:
Hi,
Getting the following error after update2019-02-06 14:28 CRITICAL plugin Exception while loading plugin flexget.components.imdb.db
Traceback (most recent call last):
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/plugin.py", line 392, in importplugin
import(module_name)
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/components/imdb/db.py", line 27, in
Index('ix_imdb_movie_genres', 'movie_id', 'genre_id'),
File "/home/htpc/.local/lib/python2.7/site-packages/sqlalchemy/sql/schema.py", line 438, in new
"existing Table object." % key)
InvalidRequestError: Table 'imdb_movie_genres' is already defined for this MetaData instance. Specify 'extend_existing=True' to redefine options and columns on an existing Table object.
Traceback (most recent call last):
File "/usr/local/bin/flexget", line 11, in
sys.exit(main())
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/__init__.py", line 42, in main
manager.start()
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/manager.py", line 363, in start
self.initialize()
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/manager.py", line 221, in initialize
extra_components=[os.path.join(self.config_base, 'components')],
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/plugin.py", line 497, in load_plugins
loadcomponents_from_dirs(extra_components)
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/plugin.py", line 448, in loadcomponents_from_dirs
importplugin(package_name, component_path)
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/plugin.py", line 392, in importplugin
import(module_name)
File "/home/htpc/.local/lib/python2.7/site-packages/flexget/components/imdb/db.py", line 27, in
Index('ix_imdb_movie_genres', 'movie_id', 'genre_id'),
File "/home/htpc/.local/lib/python2.7/site-packages/sqlalchemy/sql/schema.py", line 438, in new
"existing Table object." % key)
sqlalchemy.exc.InvalidRequestError: Table 'imdb_movie_genres' is already defined for this MetaData instance. Specify 'extend_existing=True' to redefine options and columns on an existing Table object.My config is below:
tasks:
sorttv:
priority: 2
no_entries_ok: yes
filesystem:
path: '/home/htpc/Downloads/temp/tvshows'
regexp: '.*.(avi|mkv|mp4)$'
recursive: yes
accept_all: yes
thetvdb_lookup: yes
require_field: series_name
all_series:
parse_only: yes
move:
to: '/home/htpc/Downloads/ToConvert'
rename: "{{series_name|replace(' ', '.')}}.{{series_id}}{{location|pathext}}"
clean_source: 50sortoth:
priority: 4
no_entries_ok: yes
filesystem:
path: '/home/htpc/Downloads/temp/others'
regexp: '.*.(avi|mkv|mp4|wmv)$'
recursive: yes
accept_all: yes
move:
to: '/home/htpc/Downloads/ToConvert'
clean_source: 50sortmov:
priority: 3
no_entries_ok: yes
filesystem:
path: '/home/htpc/Downloads/temp/movies'
regexp: '.*.(avi|mkv|mp4)$'
recursive: yes
accept_all: yes
imdb_lookup: yes
metainfo_movie: yes
regexp:
reject:
- sample
- trailer
proper_movies: yes
require_field: [movie_name, movie_year]
move:
to: '/home/htpc/Downloads/ToConvert'
rename: "{{ movie_name }} ({{movie_year}}){{location|pathext}}"
clean_source: 600download:
priority: 1
rss: 'http://showrss.info/user/???.rss?magnets=true&namespaces=true&name=null&quality=null&re=null'
all_series: yes
deluge:
path: '/home/htpc/Downloads/temp/'
label: tvshowsPl. help.
Posts: 1
Participants: 1
@stackpointer wrote:
Hi guys,
I'm debugging an issue related to how Flexget is deciding when to upgrade an already downloaded episode. This is my configuration:
settings: timeframe: 6 hours target: 1080p+ h264+ quality: 720p+ h264+ identified_by: ep upgrade: yes
So I'd expect Flexget to wait for 6 hours to see if there's a 1080p release and if not then fallback to 720p but keeping in mind that if there's ever a 1080p available I want it to download it. However, this does not seem to always work. For example, with this sequence of events:
- 720p/x264 found.
- 720p/x265 found and considered better.
- Nothing better found after 6 hours, downloading 720p/x265.
- A while later a 1080p/x264 release was available but Flexget never downloaded it.
Just a guess, could it be that Flexget is considering 720p/x265 better than 1080p/x264 (note the codec)? I'm running Flexget 2.16.0.
Thanks for reading
Posts: 1
Participants: 1
@Deep61 wrote:
Here is an example of a dummy guide using variables instead of actual values:
tasks: task1: rss: feed_URL series: - series**_name** transmission: host: server.**********.com port: 80 username: username password: password
Posts: 3
Participants: 2
@newflexgetman wrote:
Hi,
I use rlsbb. But, I get an error "503 Server Error: Service Temporarily Unavailable for url:".This is the full error message.
2019-02-11 19:20 WARNING urlrewriter rlsbbru_task URL rewriting rlsbb failed: 503 Server Error: Service Temporarily Unavailable for url: http://rlsbb.ru/?p=418192
The error is 500. I guess the matter is on rlsbb. I had used it though I haven't used "flexget" with "jdownloader folderwatch" for a long time.
Does anyone know why it has this error? Thanks.
Posts: 1
Participants: 1
@therealmatey wrote:
I'm working on my movie download config using imdb_watchlist. I've been getting various errors that I'm working through, but one thing I found odd and would like some clarification with is the format of the url field in the seen table. The results differ depending if I use the IMDB watchlist or a custom list. The url used by the watchlist is /title/tt9999999 and the custom list is http://www.imdb.com/title/tt9999999/?ref_=ttls_li_tt.
So, which is correct? And does it matter?
Thanks
Posts: 1
Participants: 1
@pro wrote:
When I tried, an error occurred Or rejected
regexp:
accept:
- '+' Error parsing regex:
- [test] Message: Got['test']
- '['test']' YMLA error
- '[test]' looks like works fine but all result of search is rejected
- '[''test'']' looks like works fine but all result of search is rejectedhow can i search special character ?? for [ AND +
please help me
Posts: 1
Participants: 1
@Karmalakas wrote:
Now I get entries accepted by
series
andlist_match
plugins. I'm really confused howseries
plugin accepts best quality whenlist_match
accepts even better qualityAny suggestions how to make accept only one entry with best quality?
2019-02-16 17:34 VERBOSE task test-series-episodes ACCEPTED: `Siren S01E03 720p HDTV x264-LOSTFiLM` by series plugin because choosing best available quality 2019-02-16 17:34 VERBOSE task test-series-episodes ACCEPTED: `Siren 2018 S01E03 Interview with a Mermaid 1080p AMZN WEB-DL DDP5 1 H 264-NTb` by list_match plugin
Here's a part of my config:
metainfo_series: yes thetvdb_lookup: yes trakt_lookup: yes configure_series: settings: identified_by: ep season_packs: no from: trakt_list: <<: *block-trakt-list-shows exists_series: path: '{? files_watch.series ?}' discover: what: - next_series_episodes: yes from: *block-rss-search-series interval: 15 minutes quality: 720p|1080p hdtv+ h264+ dd5.1+ assume_quality: 720p+ hdtv+ h264+: ac3 upgrade: tracking: yes timeframe: 5 days propers: yes on_lower: reject list_match: from: - trakt_list: <<: *block-trakt-list-shows remove_on_match: no sort_by: - field: quality.resolution reverse: yes content_size: max: 3500 min: 850 strict: no
Posts: 1
Participants: 1
@Karmalakas wrote:
I've got feed (using jackett) with items like this:
<item> <title>Dragon Ball Super S05E22 DUBBED 1080P WEBRIP AAC2 0 H 264</title> <guid>https://thepiratebay.org/torrent/30012484/Dragon_Ball_Super_S05E22_DUBBED_1080P_WEBRIP_AAC2_0_H_264</guid> <jackettindexer id="thepiratebay">The Pirate Bay</jackettindexer> <comments>https://thepiratebay.org/torrent/30012484/Dragon_Ball_Super_S05E22_DUBBED_1080P_WEBRIP_AAC2_0_H_264</comments> <pubDate>Sun, 17 Feb 2019 12:41:19 +0200</pubDate> <size>1868310784</size> <description /> <link>magnet:?xt=urn:btih:ce6c6b281eb931ca72d196aae961f18b11b4b151&dn=Dragon+Ball+Super+S05E22+DUBBED+1080P+WEBRIP+AAC2+0+H+264&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fzer0day.ch:1337&tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Fexodus.desync.com:6969</link> <category>2000</category> <category>100200</category> <category>5040</category> <category>100208</category> <enclosure url="magnet:?xt=urn:btih:ce6c6b281eb931ca72d196aae961f18b11b4b151&dn=Dragon+Ball+Super+S05E22+DUBBED+1080P+WEBRIP+AAC2+0+H+264&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fzer0day.ch:1337&tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Fexodus.desync.com:6969" length="1868310784" type="application/x-bittorrent" /> <torznab:attr name="category" value="2000" /> <torznab:attr name="category" value="100200" /> <torznab:attr name="category" value="5040" /> <torznab:attr name="category" value="100208" /> <torznab:attr name="magneturl" value="magnet:?xt=urn:btih:ce6c6b281eb931ca72d196aae961f18b11b4b151&dn=Dragon+Ball+Super+S05E22+DUBBED+1080P+WEBRIP+AAC2+0+H+264&tr=udp:%2F%2Ftracker.leechers-paradise.org:6969&tr=udp:%2F%2Fzer0day.ch:1337&tr=udp:%2F%2Fopen.demonii.com:1337&tr=udp:%2F%2Ftracker.coppersurfer.tk:6969&tr=udp:%2F%2Fexodus.desync.com:6969" /> <torznab:attr name="seeders" value="0" /> <torznab:attr name="peers" value="0" /> <torznab:attr name="minimumratio" value="1" /> <torznab:attr name="minimumseedtime" value="172800" /> <torznab:attr name="downloadvolumefactor" value="0" /> <torznab:attr name="uploadvolumefactor" value="1" /> </item>
As you can see there's only a magnet link, but also in
<enclosure>
it haslength
attribute. Is there, by any chance, a way to set a size from this attribute, socontent_size
plugin would know if entry needs to be rejected?
Posts: 1
Participants: 1