Skip to content

Commit 4a2b395

Browse files
Tim Schillingtim-schilling
authored andcommitted
Add notes on potential issue with yt_playlist script.
1 parent bd1c10b commit 4a2b395

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tools/yt_playlist.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
# 2. Make sure you're using git so reverting edited talk files is easy.
1212
# 3. Run the script.
1313
# 4. Go through the missing-talks.csv file and manually add the
14-
# youtube_url to the markdown files.
14+
# youtube_url to the markdown files.InnerTube.__init__(client='WEB')
15+
# then disable the oauth usage.
16+
17+
# At one point things didn't work and I had to modify
18+
# the pytube/innertube.py::
1519

1620
import csv
1721
from dataclasses import dataclass

0 commit comments

Comments
 (0)