Maximo Fernandez
commited on
Commit
·
7d4175a
1
Parent(s):
3b77476
Do not import twitch libraries
Browse files- download.py +3 -3
download.py
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
from pytube import YouTube
|
2 |
import os
|
3 |
import argparse
|
4 |
-
import twitchdl.commands as twitch_downloader
|
5 |
-
import twitchdl.twitch
|
6 |
-
from twitchdl.commands.download import _parse_playlists
|
7 |
from tqdm import tqdm
|
8 |
import re
|
9 |
|
|
|
1 |
from pytube import YouTube
|
2 |
import os
|
3 |
import argparse
|
4 |
+
# import twitchdl.commands as twitch_downloader
|
5 |
+
# import twitchdl.twitch
|
6 |
+
# from twitchdl.commands.download import _parse_playlists
|
7 |
from tqdm import tqdm
|
8 |
import re
|
9 |
|