GithubHelp home page GithubHelp logo

flatgreen / flexget-plugins Goto Github PK

View Code? Open in Web Editor NEW
9.0 1.0 0.0 16 KB

plugins for my personal use ! Enjoy !

Python 100.00%
flexget plugins youtube-dl jd2 jdownloader-2 smsapi-free-mobile jdownloader yt-dlp

flexget-plugins's Introduction

plugins for Flexget

Getting started

  • Download this repository.
  • unzip all files in the "good" location.
  • check if all is for the best: flexget check

crawljob

This plugin (base make_html) create a .crawljob file for each accepted entry. This file (.crawljob) is for used with JDownloader2 and the folderwtach system.

The file name is 'title' and there is 'url' in the text file.

Configuration required: path

Examples:

crawljob:
  path: "{? jd2.watch ?}"
    
crawljob:    
  path: "C:\\Users\\flatgreen\\AppData\\Local\\JDownloader 2.0\\folderwatch"

dir_size

Set the dir_size about directory when the entries come from the filesystem input. Value in bytes.

Example:

check_dir_size:
    filesystem:
    	path:
            - D:\Media\Incoming\series
        recursive: yes
        retrieve: dirs
    dir_size: yes
    if:
        - dir_size == 0: accept
	...

sms_free_fr

Sends SMS notification through smsapi.free-mobile.fr . This is a french service.

Some informations in french.

Example:

sms_free_fr:
    user: your login (accepted format example: '12345678')
    password: <PASSWORD>

Full example:

notify:
    entries:
        via:
            - sms_free_fr:
                user: '{? free_sms.user ?}'
                password: '{? free_sms.password ?}'

youtubedl

Download videos using youtube-dl or yt-dlp

This plugin requires the youtube-dl or yt-dlp Python module. To install the Python module run:

pip install youtube-dl
pip install yt-dlp

Examples with simple configuration:

youtubedl: <path>   Destination folder path

Advanced usages with properties configuration::

ytdl_name:      youtube dowloader (yt-dlp (default) or youtube-dl)
format:         Video format code (default : ytdl downloader default)
template:       Output filename template (default: '%(title)s-%(id)s.%(ext)s')
path:           Destination path (can be use with 'Set' plugin) - Required 
other_options:  all parameters from youtube-dl or yt-dlp params

'template' and 'path' support Jinja2 templating on the input entry

'other_options' see youtube-dl or yt-dlp

Example:

youtubedl:
    ytdl_name: yt-dlp
    template: {{ title }}.%(ext)s
    path: ~/downloads/

Example:

youtubedl:
    path: 'E:\--DL--\'
    format: '160/18'
    other_options:
        writeinfojson: true

Example with yt-dlp, extract audio::

youtubedl:
   path: ~/dowload/
   format: bestaudio*
     other_options:
       postprocessors:
         - key: FFmpegExtractAudio
           preferredcodec: best

log_info

Write a message (with jinja2 replacement) to the system logging with level=INFO for accepted entries.

Example:

log_info: a message for the log file !

Example:

log_info: 'download: {{ url }}'

flexget-plugins's People

Contributors

flatgreen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.