Skip to content

Instantly share code, notes, and snippets.

@solarfl4re
solarfl4re / yt_save_video.py
Last active January 8, 2020 23:16
For Pythonista 3. Needs StaSH and youtube-dl (installed with pip). Save YouTube vides by long-pressing links and running this script with 'Run Pythonista 3 Script...'
# coding: utf-8
from __future__ import unicode_literals
import appex
import console
from os import remove
import youtube_dl
def main():
if not appex.is_running_extension():