Skip to content

Instantly share code, notes, and snippets.

View AshAman999's full-sized avatar
:octocat:
Collaborating

Aman Raj AshAman999

:octocat:
Collaborating
View GitHub Profile
@suqingdong
suqingdong / downsub.py
Last active April 3, 2023 12:56
Download subtitle from Youtube Videos
#!/usr/bin/env python
# -*- coding=utf-8 -*-
"""
Download subtitle from YouTube Viedos.
Update: add playlist url parse
"""
import os
import re
import sys
import json