THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| swagger: "2.0" | |
| info: | |
| title: "Pixiv Public API" | |
| description: "Unofficial API specification extracted from Pixiv Android App v4.8.2" | |
| version: "1.0" | |
| host: public-api.secure.pixiv.net | |
| schemes: | |
| - https | |
| basePath: /v1 | |
| produces: |
| -- README: | |
| -- calls terminal and starts youtube-dl to download the video currently playing | |
| local opt = require 'mp.options' | |
| -- default options, .conf is read | |
| local options = { | |
| terminal = 'guake -t && guake -n guake -e', | |
| --terminal = 'gnome-terminal -e', | |
| --terminal = 'konsole -e' |
| -- README: | |
| -- original version by Zehkul https://gist.github.com/Zehkul/25ea7ae77b30af959be0 | |
| -- needs: yad, libnotify, imagemagick (and ytdl if you want to encode streams) | |
| -- press any of alt + w, g, x or c to set the start frame | |
| -- press again to set the end frame and use | |
| -- alt + w to make a webm | |
| -- alt + g to make a gif | |
| -- alt + x to make a x264 encoded mkv | |
| -- alt + c to make a direct stream copy saved into mkv (fast but start time may be off due to keyframes) | |
| -- alt + 5 to make a experimental x265 encoded mkv |
THIS GIST WAS MOVED TO TERMSTANDARD/COLORS REPOSITORY.
PLEASE ASK YOUR QUESTIONS OR ADD ANY SUGGESTIONS AS A REPOSITORY ISSUES OR PULL REQUESTS INSTEAD!
| ;; TinyWM is written by Nick Welch <[email protected]>, 2005. | |
| ;; Ported to Chicken by César L. B. Silveira <[email protected]>, 2011. | |
| ;; | |
| ;; Original TinyWM website: http://incise.org/tinywm.html | |
| ;; | |
| ;; This software is in the public domain | |
| ;; and is provided AS IS, with NO WARRANTY. | |
| (require-extension xlib) |