Skip to content

Instantly share code, notes, and snippets.

@exwm
exwm / vlive.py
Created November 3, 2020 01:26
vlive.py Print Params
# coding: utf-8
from __future__ import unicode_literals
import re
import time
import itertools
from .common import InfoExtractor
from .naver import NaverBaseIE
from ..compat import compat_str
@exwm
exwm / yt_clipper_beta_installation.md
Last active September 20, 2020 04:36
yt_clipper Beta Installation Instructions

Markup script (js): (1) Find the yt_clipper*.js file in the github release assets, (2) right-click > copy address, (3) open user script extension dashboard, (4) find and use option to add a script via url (in tampermonkey, utilities tab > install from url; in violentmonkey, + button at top > install from url).

Alternatively, (1) Download the yt_clipper*.js file from the github release assets, (2) open user script extension dashboard, (3) open yt_clipper for editing, (4) click inside the editor and select everything with Ctrl+A, (5) delete everything with say backspace, (6) drag and drop the markup script js file into the editor, (7) Ctrl+S to save.

Clipper script (platform-specific zip): Install as usual by extracting the zip file to a convenient location.

Downloads: Newer releases can be found here: https://github.com/exwm/yt_clipper/releases. Click on assets to see the downloads associated with a release.

Older releases can be found here: