Skip to content

Instantly share code, notes, and snippets.

View LazieKat's full-sized avatar

Ahmad Ziad Zain Aldeen LazieKat

  • Ontario
  • 20:01 (UTC -05:00)
View GitHub Profile
@LazieKat
LazieKat / reddit-video-parser.py
Last active October 31, 2019 17:07 — forked from DarkPointer/app.py
Parse, download and merge reddit video and audio
#!/usr/bin/python3
############ Imports
import re, requests, tempfile, argparse, ffmpy
import urllib.request
############ Parser function
def parseRedditVideo(link: str, outPath: str):