Skip to content

Commit

Permalink
Update captions.py to import json
Browse files Browse the repository at this point in the history
  • Loading branch information
RONNCC committed Apr 25, 2023
1 parent 96315df commit da3141f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytube/captions.py
@@ -1,6 +1,7 @@
import math
import os
import time
import json
import xml.etree.ElementTree as ElementTree
from html import unescape
from typing import Dict, Optional
Expand Down

0 comments on commit da3141f

Please sign in to comment.