Skip to content

Instantly share code, notes, and snippets.

@taking
Last active April 18, 2018 07:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taking/2486c5d70bb8ffe453df7c34c8df2de6 to your computer and use it in GitHub Desktop.
Save taking/2486c5d70bb8ffe453df7c34c8df2de6 to your computer and use it in GitHub Desktop.
Flexget Setting (Basic)
# ~/.flexget/config.yml
schedules:
# Download Tasks
- tasks: 'download_*'
interval:
# 1시간 마다 실행
hours: 1 # weeks, days, hours, minutes
tasks:
download_ent:
rss: '여기에 RSS 주소 입력'
verify_ssl_certificates: no
download: /4TB/AutoDownload/Torrent
content_filter:
require:
- '*.mp4'
regexp:
accept:
- '무한도전'
- '미운 우리 새끼'
- '백년손님'
- '아는 형님'
- '해피투게더'
- '라디오스타'
- '효리네 민박'
- '나 혼자 산다'
- '런닝맨'
- '윤식당'
- '너의 목소리가 보여'
- '이방인'
- '백종원의 골목식당'
- '발칙한 동거 빈방 있음'
- '나만 믿고 따라와 도시어부'
- '인생술집'
- '한끼줍쇼'
- '어서와 한국은 처음이지'
- '동상이몽2'
- '냉장고를 부탁해'
- '안녕하세요'
transmission:
host: localhost
username: 토렌트아이디
password: 토렌트비번
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment