Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Auto-downloading movies with regexp

$
0
0

@MemoryOverlord wrote:

I have been digging through the Cookbook and shared configs trying to get my Movies.yml working "just right." So far I am having about a 90% success rate, but still some issues are unresolved. Posting here in the hopes somebody can tell me what I am doing wrong.

Essentially, I want to download any movie that comes available with some specific exclusions (released between 2000 - 2017, English, less than 1.7GB & below 1080 resolution). Unfortunately, my exclusions aren't working.

My config:

templates:
  movie:
    transmission:
      enabled: yes
      host: localhost
      port: 9092
      username: XXXXX
      password: XXXXX
      path: /home/user/transmission/inbound/Movies
      addpaused: no

    regexp:
      accept_excluding:
        - '1080'
        - 'SUBBED'
        - 'DUBBED'
        - 'DOCU'
        - 'JAPANESE'
        - 'DTS'
        - 'Documentaries'
        - (.*)(193|194|195|196|197|198|199)(.*)
    content_size:
      max: 1700

tasks:
  RARBG:
    rss:
      url: 'https://rarbg.to/rssdd.php?category=17'
    template: movie

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles