Skip to content

Instantly share code, notes, and snippets.

View jawenko's full-sized avatar
🐉
Focusing

Flav Aq jawenko

🐉
Focusing
  • Kuntisuyu
View GitHub Profile
@erfanhs
erfanhs / twitter_vdl.py
Created June 1, 2020 10:04
download twitter videos with python
import requests
from bs4 import BeautifulSoup
from pathlib import Path
# github.com/erfanhs
# download with twittervideodownloader.com
class Downloader:
def __init__(self, output_dir='./output/'):