Quantcast
Channel: Forum - FlexGet - Latest topics
Viewing all 1890 articles
Browse latest View live

SSL Error: Certificate verify failed

$
0
0

@SergeGardien wrote:

Hi all, I've just installed FlexGet and I'm trying to configure it to automatically download some magazines from one-click hosters (novafile.com, turbobit.com, etc.) by sending the URLs to JDownloader (or pyLoad if I can get it working).

I'm using the JDownloader recipe at https://flexget.com/Cookbook/Jdownloader2 but I'm having some issues.

Here is my config:

tasks:
  task_name:
    rss: https://downmagaz.com/rss.xml
    exec:
      - echo text={{url}} >> "/Users/USERNAME/Downloads/folderwatch/{{title}}.crawljob"
      - echo downloadFolder=/Users/USERNAME/Downloads/{{title}} >> "/Users/USERNAME/Downloads/folderwatch/{{title}}.crawljob"
      ##if you also need to parse the content of the url, uncomment following line
      #- echo deepAnalyseEnabled=true >> "/path/to/folderwatch/{{title}}.crawljob"

This is the error I get:

-bash-3.2$ flexget --test execute
2017-09-03 17:39 INFO     manager                       Test mode, creating a copy from database ...
2017-09-03 17:39 VERBOSE  manager                       Creating new database /Users/USERNAME/.flexget/test-config.sqlite - DO NOT INTERUPT ...
2017-09-03 17:39 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-09-03 17:39 CRITICAL plugin        task_name       Unable to download the RSS for task task_name (http://downmagaz.com/rss.xml): HTTPSConnectionPool(host='downmagaz.com', port=443): Max retries exceeded with url: /rss.xml (Caused by SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),))
2017-09-03 17:39 WARNING  task          task_name       Aborting task (plugin: rss)
2017-09-03 17:39 INFO     manager                       Removed test database

Given that this is an SSL problem I've tried to pass the non-HTTPS link (i.e., http://downmagaz.com/rss.xml) but I still have the same problem.

Any idea on how to fix it?

Posts: 1

Participants: 1

Read full topic


Parse Single RSS-URL for File-Hosting URLs

$
0
0

@SergeGardien wrote:

As per post https://discuss.flexget.com/t/ssl-error-certificate-verify-failed/3719/1, I'm trying to download some magazines by using an RSS and sending the URLs to JDownloader.

The "job-chain" is the following:
RSS URLs => parse/scrape single RSS URL to obtain File Hosting URLs => Download

Right now I have this working:
RSS URLs [Done by FlexGet] => parse/scrape single RSS URL to obtain File Hosting URLs [Done by JDownloader] => Download [Done by JDownloader]

For sites like Avax Home it works without problem because JDownloader have an internal parser/web-scraper for such website, but that is not true of other websites (e.g., https://downmagaz.com/), hence I need to parse/scrape the single URL (taken from the RSS) inside FlexGet.

Someone resorted to use pyLoad (instead of JDownloader) because it has a FlexGet plugin with an incorporated parser for the file-hosting URLs (check https://flexget.com/Plugins/pyload#hosters-and-url-parsing and https://discuss.flexget.com/t/how-to-input-multiple-urls-to-be-parsed-by-html-plugin/2661/1).

Someone else instead have created an "URL Rewriter" to do such job (check https://discuss.flexget.com/t/follow-links-in-rss-feed/3529/1 and https://www.flexget.com/Plugins/rmz).

Ideally I would use pyLoad but it doesn't support some file-hosters I need, hence I need to rely on JDownloader.

I guess I could do the job with the HTML plugin (https://flexget.com/Plugins/html) but I haven't been able. I guess because I cannot use 2 "input" tasks one-next-to-the-other, i.e., "rss" first and "html" next.

What do you think? How should I solve this problem?

Any advice is very much appreciated :slight_smile:

Posts: 1

Participants: 1

Read full topic

Put multiple links in crawljob file

$
0
0

@Eric_Chan wrote:

Hi, I'm trying to create a crawljob file for jdownloader to do the downloading and I wanted to create the package name according to the title of the podcast so they can be file everything into a folder.

Here is an example title that I stripped off from the RSS feed:

PDF - Intermediate - (Podcast title)
Download Link 1 example
Dialogue MP3 - Intermediate - (Podcast title)
Download Link 2 example
Lesson Review MP3 - Intermediate - (Podcast title)
Download Link 3 example

As you can see, the RSS feed have PDF, Dialogue MP3 and much more follow by the level and podcast title.

Can I strip off the beginning and have Intermediate - (Podcast title) and put all the links into one crawljob file?

If so, how would I do it?

Posts: 1

Participants: 1

Read full topic

Use urlrewrite with an external variable

$
0
0

@Chris wrote:

Hello,

I try to download from t411.si, but the url to download .torrent file have a hash in his name.

for download the .torrent file of this result: https://www.t411.si/torrents/50158/alien-covenant-2017-vff-vfq-1080p-bluray-hdr10-ac3-x265-hd2
the correct link is https://www.t411.si/telecharger-torrent/994627f0f148e7ffbe71702e490335af8abb1f7b/alien-covenant-2017-vff-vfq-1080p-bluray-hdr10-ac3-x265-hd2.torrent

If I try to rewrite the url:

urlrewrite:
  t411.si:
    regexp: 'https://www.t411.si/torrents/(?P<id>\d+)/(?P<name>.*)'
    format: 'https://www.t411.si/telecharger-torrent/\g<id>/\g<name>'

Obviously I have the id instead of the hash.

So I try to add the hash in a variable to inject it in the urlrewrite, maybe something like this:

hash=curl -v --silent https://www.t411.si/torrents/50158/alien-covenant-2017-vff-vfq-1080p-bluray-hdr10-ac3-x265-hd2 2>&1 | grep "<div class=\"b85\">" | egrep "[a-f0-9]{40}" | cut -d\> -f2 | cut -d\< -f1

Is it possible and how ? Maybe an other way ?

Help :slight_smile:

Posts: 1

Participants: 1

Read full topic

Problema newpct retry_failed / Newpct problem retry_failed

$
0
0

@ecotajante wrote:

Hola, buenos dias.
Escribo en español, porque no se me da muy bien el ingles y despues lo traduzco.
Por otra parte, ¿conoceis algun foro bueno/oficial en español?

Ultimamente, de un par de dias hasta dia de hoy, flexget no consigue recuperar los enlaces que le pido en newpct/newpct1.
¿Alguien sabe si es un problema en la pagina o algo en la configuracion?
Gracias

Hello good day.
I write in Spanish, because I do not like English very well and then translate it.
On the other hand, do you know any good forum / official in Spanish?

Lately, from a couple of days until today, flexget fails to retrieve the links I ask in newpct / newpct1.
Does anyone know if it is a problem on the page or something in the configuration file?
Thank you

Datos:

Error:
retry_failed plugin because has already failed 4 times in the past. (failure reason: None)

Configuration File:

 rss:
   url: http://www.newpct1.com/feed/
   link: link
 series:
   settings:
     normales:
       ep_regexp:
         - Cap.(\d+)(\d\d)
       quality: <720p
       propers: 7 days
       path: /media/alt_b/flexget/{{series_name}}
     altacalidad:
       ep_regexp:
         - Cap.(\d+)(\d\d)
       quality: 720p+
       propers: 7 days
       path: /media/alt_b/flexget/{{series_name}}
   normales:
     - Dark Matter
     - El Tirador
     - Killjoys
     - Preacher
   altacalidad:
     - Juego de Tronos
     - Halt and Catch Fire
     - Code Black
 regexp:
   reject:
     - V.O.:
         from: title

Posts: 1

Participants: 1

Read full topic

Decompress file same name as the folder?

$
0
0

@Calby1 wrote:

Hi,
When I sometimes Decompress files the .MKV file gets a random name like random-name.2017.mkv.
What I want is that the filename is the same as the main folder name.
For a example the main folder name use to bee like name.2017-random.

Well you get the point, how do I do that?

Posts: 1

Participants: 1

Read full topic

Task - RSS feed fields

$
0
0

@Eric_Chan wrote:

Hi, I am trying to create crawljobs files for Jdownloader and I can see there are category sections in this RSS feed. Is it possible to add the category information to the end {{title}} of the file?

For example:

   exec:
     - echo text={{url}} >> "folder\directory\location\{{title}} [CATEGORY_1] [CATEGORY_2].crawljob"

RSS Feed example:

                <title>TITLE ABC</title>
		<link>HTTP LINK</link>
		<pubDate>Sun, 10 Sep 2017 03:13:55 +0000</pubDate>
		<dc:creator><![CDATA[XYZ]]></dc:creator>
	        <category><![CDATA[EFG]]></category>
		<category><![CDATA[ABC123]]></category>
		<category><![CDATA[NAME123]]></category>
		<category><![CDATA[XYZ123]]></category>
		<category><![CDATA[ANOTHER ABC123]]></category>

                <description><![CDATA[Description 123456789]]></description>

Also, there is description section in this RSS feed, can I capture this information and save it to a text file?

Posts: 1

Participants: 1

Read full topic

Amending {{url}} from rss


Chinese/Japanese characters in title output

Newpct plugin obsolete

Error connecting to transmission: nodename nor servname provided, or not known

$
0
0

@curbbed wrote:

Hello all, I've searched around for help on my issue, but haven't found anything that has helped me yet. I'm hoping someone can point out the obvious in my new flexget setup.

When running flexget from the terminal while testing, I received these errors at the end of the task:

2017-09-14 13:09 VERBOSE  details       TV             Summary - Accepted: 2 (Rejected: 2 Undecided: 2 Failed: 0)
2017-09-14 13:09 CRITICAL plugin        TV             Error connecting to transmission: nodename nor servname provided, or not known
2017-09-14 13:09 WARNING  task          TV             Aborting task (plugin: transmission)

For reference, my config.yml setup:

tasks:
  TV:
    rss: showrss.rss
    thetvdb_lookup: yes
    exists_series:
      - /Volumes/~/My Videos/TV/
    all_series:
      path: /Volumes/~/My Videos/TV/{{ series_name }}/Season {{ series_season }}"
      set:
        label: TV
    transmission:
      host: localhost
      port: xxxx
      username: xxxx
      password: xxxx

Any assistance is appreciated.

Posts: 1

Participants: 1

Read full topic

Undecided entries in Season packs

$
0
0

@Ridoli wrote:

I'm trying to use this configuration from @qvazzler to be able to download Season packages.

When trying to find season packs, all my entries stay undecided. The individual episodes search works fine.

These are my config file and my log

Does anyone knows the reason for that?

Thanks!

Posts: 1

Participants: 1

Read full topic

Connection to Deluge timing out

$
0
0

@Joe_Devore wrote:

Hello,
I recently had a issue with python and had to reinstall Python, Flexget and Deluge. I have worked out most the little issues but am still having one. When i try to connect to Deluge to load the torrents/magnets the connection times out every time. Flexget and Deluge are on the same system and installed with Python 2.7 version.

2017-09-18 20:20 VERBOSE  details       TV-Shows-Current Summary - Accepted: 6 (Rejected: 84 Undecided: 46 Failed: 0)
2017-09-18 20:20 INFO     deluge        TV-Shows-Current Connecting to daemon at localhost:58846..
2017-09-18 20:21 WARNING  deluge        TV-Shows-Current Connection to daemon at localhost:58846 failed: User timeout caused connection failure.
2017-09-18 20:21 DEBUG    deluge        TV-Shows-Current connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.TimeoutError'>: User timeout caused connection failure.]
2017-09-18 20:21 DEBUG    deluge        TV-Shows-Current on_connect_fail: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.TimeoutError'>: User timeout caused connection failure.]
2017-09-18 20:21 DEBUG    deluge        TV-Shows-Current Connect to deluge daemon failed, result: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.TimeoutError'>: User timeout caused connection failure.\n]
2017-09-18 20:21 CRITICAL deluge        TV-Shows-Current Could not connect to deluge daemon
2017-09-18 20:21 WARNING  task          TV-Shows-Current Aborting task (plugin: deluge)
2017-09-18 20:21 DEBUG    backlog       TV-Shows-Current Remembering all entries to backlog because of task abort.

I have confirmed that Flexget and all its dependencies are up-to-date. Flexget works without using Deluge and Deluge works without Flexget just fine. I tested remotely logging in with the Deluge user account from other systems with no issues.

I just can't seem to hunt down the area that is causing this timeout

Posts: 2

Participants: 2

Read full topic

Accept all from given group

Errors during perfoming tasks

$
0
0

@advokatb wrote:

Hi. Suddenly Flexget stopped downloading new series. There are several errors in log file, but I can't figure the cause.
Please help.

variables: private/secretfile.yml

web_server:
  bind: 0.0.0.0
  port: 9091
  web_ui: yes

schedules:
  - tasks: '*'
    interval:
      minutes: 30

templates:
  tvshows:
    thetvdb_lookup: yes
    set:
      path: e:\video\Сериалы\{{series_name_rus}}\Season {{series_season}}
      #output: d:\MyDocuments\torrents\Сериалы
      label: Сериалы
    #utorrent:
      #url: http://localhost:8080/gui/
      #username: igorbutsky
      #password: 2581321a69
      #path: e:\video\Сериалы\{{series_name}}\Season {{series_season}}
    series_premiere: no
    transmission:
      host: '{? transmlogin.host ?}'
      port: 9091
      username: admin
      password: admin
    series_premiere: no
  clean:
    clean_transmission:
      host: '{? transmlogin.host ?}'
      port: 9091
      finished_for: 30 days

tasks:
  lostfilm:
    template:
      - tvshows
    headers:
      cookie: '{? lostfilm.cookie_new ?}'
    lostfilm: yes
    quality:
      - 480p
    include: private/series_lostfilm.yml

  lostfilmHD:
    template:
      - tvshows
    headers:
      cookie: '{? lostfilm.cookie_new ?}'
    lostfilm: yes
    quality:
      - 1080p
    include: private/HD_lostfilm.yml

  services:
    template:
      - clean

And log

2017-09-22 10:02 DEBUG    manager                       Figuring out config load paths
2017-09-22 10:02 DEBUG    manager                       Found config: C:\Users\igorb\flexget\config.yml
2017-09-22 10:02 DEBUG    manager                       Config file C:\Users\igorb\flexget\config.yml selected
2017-09-22 10:02 VERBOSE  task_queue                    There are 3 tasks to execute. Shutdown will commence when they have completed.
2017-09-22 10:02 VERBOSE  proxy         lostfilm        Setting proxy to {u'http': '150.161.21.203:8080'}
2017-09-22 10:02 CRITICAL plugin        lostfilm        Received not 200 (OK) status
2017-09-22 10:02 WARNING  task          lostfilm        Aborting task (plugin: lostfilm)
2017-09-22 10:02 VERBOSE  proxy         services        Setting proxy to {u'http': '150.161.21.203:8080'}
2017-09-22 10:02 WARNING  task          services        Task doesn't have any input plugins, you should add (at least) one!
2017-09-22 10:02 WARNING  details       services        Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2017-09-22 10:02 WARNING  task          services        Task does not have any filter plugins to accept entries. You need at least one to accept the entries you  want.
2017-09-22 10:02 VERBOSE  details       services        Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2017-09-22 10:02 WARNING  task          services        Task doesn't have any output plugins, you should add (at least) one!
2017-09-22 10:03 CRITICAL task          services        BUG: Unhandled error in plugin clean_transmission: 'utf8' codec can't decode byte 0xcf in position 0: invalid continuation byte
Traceback (most recent call last):
  File "d:\program\python\python27\lib\site-packages\flexget\task.py", line 486, in __run_plugin
    return method(*args, **kwargs)
  File "d:\program\python\python27\lib\site-packages\flexget\event.py", line 23, in __call__
    return self.func(*args, **kwargs)
  File "d:\program\python\python27\lib\site-packages\flexget\plugins\clients\transmission.py", line 651, in on_task_exit
    self.client = self.create_rpc_client(config)
  File "d:\program\python\python27\lib\site-packages\flexget\plugins\clients\transmission.py", line 75, in create_rpc_client
    cli = transmissionrpc.Client(config['host'], config['port'], user, password)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 169, in __init__
    self.get_session()
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 828, in get_session
    self._request('session-get', timeout=timeout)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 247, in _request
    http_data = self._http_query(query, timeout)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 222, in _http_query
    debug_httperror(error)
  File "d:\program\python\python27\lib\site-packages\transmissionrpc\client.py", line 44, in debug_httperror
    indent=2
  File "d:\program\python\python27\lib\json\__init__.py", line 251, in dumps
    sort_keys=sort_keys, **kw).encode(obj)
  File "d:\program\python\python27\lib\json\encoder.py", line 209, in encode
    chunks = list(chunks)
  File "d:\program\python\python27\lib\json\encoder.py", line 434, in _iterencode
    for chunk in _iterencode_dict(o, _current_indent_level):
  File "d:\program\python\python27\lib\json\encoder.py", line 408, in _iterencode_dict
    for chunk in chunks:
  File "d:\program\python\python27\lib\json\encoder.py", line 390, in _iterencode_dict
    yield _encoder(value)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xcf in position 0: invalid continuation byte

Thanks.

Posts: 1

Participants: 1

Read full topic


Can I somehow limit season_pack quality separately within a quality range?

$
0
0

@Perry wrote:

Let's assume I'm trying to get a TV show in SD as soon as it airs (HDTV rip) and then upgrade to DVDRip/BDRip when retail is out.

    TV_SD:
      upgrade: yes
      tracking: no
      quality: webrip|hdtv|webdl|dvdrip|bluray <720p h264

This works as long as there are single episodes to be found, but some shows only get their retail release posted as season packs. So I added "season_packs: always" to catch those even with episodes already downloaded:

    TV_SD:
      upgrade: yes
      tracking: no
      quality: webrip|hdtv|webdl|dvdrip|bluray <720p h264
      season_packs: always

However, this also catches season packs in HDTV quality, meaning that the upgrade path now goes
HDTV (single episodes) -> HDTV again (from HDTV season pack) -> DVDRip (single episode or DVDRip season pack)

I'm filling up a reject filter with combinations such as S01.HDTV, but is there a smarter way to limit season_packs to only dvdrip|bluray when they are nested in a broader quality template such as the above?

Failing that, can I somehow "double config" a show with
- one instance catching HDTV episodes and no season_packs and
- another instance catching DVDRip episodes including season_packs?

Much love,
Perry

Posts: 2

Participants: 2

Read full topic

A Good way to get data from IFTTT?

$
0
0

@lazybones wrote:

I have a few things that support IFTTT but not a lot else.. I am wondering if anyone has tried to get data from an IFTTT in put via some novel way.

In this case I would like to turn IFTTT messages into Movie list items ether triggered promptly or at least checked frequently.

Posts: 1

Participants: 1

Read full topic

Failed to download from RSS

$
0
0

@SQUiD wrote:

Hi there

I'm quite new to using flexget and currently having trouble with my config file. The end goal is for flexget to look at my watchlist on IMDB and download those from Torrentday when they become available.

It appears that my watchlist is working as it imports, the trouble appears to be around the RSS feed. I've tested by adding a movie to the IMDB watchlist that is currently available via RSS and it doesn't snatch.

If there is a better way to set this up I'm all for it :slight_smile:

my config

########################TEMPLATES##############################
templates:
  global:
    # REJECT ANY TORRENT THAT CONTAINS ONE OF THESE
    # WORDS IN BETWEEN A SPACE OR A DOT
    regexp:
      reject:
        - (?i)[ .]cam[ .]
        - (?i)[ .]bdscr[ .]
        - (?i)[ .]dvdscr[ .]
        - (?i)[ .]preair[ .]
        - (?i)[ .]ppvrip[ .]
        - (?i)[ .]r5[ .]
        - (?i)[ .]tc[ .]
        - (?i)[ .]ts[ .]
        - (?i)[ .]ecc[ .]
        - (?i)[ .]avc[ .]
        - (?i)[ .]avi[ .]
        - (?i)[ .]qebs[ .]
        - (?i)[ .]hdtc[ .]
        - (?i)[ .]hdcam[ .]
        - (?i)[ .]telesync[ .]
        - (?i)[ .]webhd[ .]
        - (?i)[ .]webrip[ .]
        - (?i)[ .]ac3d[ .]
        - (?i)[ .]dtsd[ .]
        - (?i)[ .]md[ .]
        - (?i)[ .]ld[ .]
        - (?i)[ .]3d[ .]
        - (?i)[ .]legi0n[ .]
        - (?i)[ .]ift[ .]
        - (?i)[ .]exdt[ .]
        - (?i)[ .]bdp[ .]
        - (?i)[ .]german[ .]
        - (?i)[ .]dutch[ .]
        - (?i)[ .]french[ .]
        - (?i)[ .]truefrench[ .]
        - (?i)[ .]danish[ .]
        - (?i)[ .]swedish[ .]
        - (?i)[ .]spanish[ .]
        - (?i)[ .]italian[ .]
        - (?i)[ .]korean[ .]
        - (?i)[ .]dubbed[ .]
        - (?i)[ .]swesub[ .]
        - (?i)[ .]korsub[ .]
        - (?i)[ .]dksubs[ .]
        - (?i)[ .]vain[ .]

  movies:
    quality:
      - 1080p h264
    imdb_lookup: yes
    list_match:
      from:
        - movie_list: mymovies
    inputs:
      - rss: https://www.torrentday.com/t.rss?download;5;11;u= xxxxxx;tp=xxxxxx
    download: /Users/xxxxxx/Downloads

  movies_search:
    quality: 1080p h264
    content_size:
      min: 6000
      max: 14000
      strict: no

########################tasks##############################
tasks:

  moviesTOdiscoverFROMtd:
    discover:
      what:
        - movie_list: mymovies
      from:
        - torrentday:
            uid: 'xxxxxx'
            cfduid: xxxxxx
            passkey: xxxxxx
            rss_key: https://www.torrentday.com/t.rss?download;5;11;u= xxxxxx;tp= xxxxxx
            category: movHD
    list_match:
      from:
        - movie_list: mymovies
    list_remove:
      - movie_list: mymovies

  IMPORT-MOVIES:
    imdb_watchlist:
      user_id: xxxxxx
      list: watchlist
      #force_language: es-mx
    accept_all: yes
    list_add:
      - movie_list: mymovies
    priority: 2


########################schedules##############################
schedules:
  # Run every task
  - tasks: moviesTOdiscoverFROMtd
    interval:
      minutes: 10
  # Run task_a and task_b every 15 minutes
  - tasks: [IMPORT-MOVIES, moviesTOdiscoverFROMtd]
    interval:
      minutes: 15

Posts: 3

Participants: 3

Read full topic

Help with jinja

Convert HASH to magnet URI? torrentz2 search results

Viewing all 1890 articles
Browse latest View live