Gurudev commited on
Commit
78d6306
·
1 Parent(s): a41721f

logging the youtube url

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -3,6 +3,7 @@ from youtube_timestamper.core import YoutubeTimestamper
3
  import datetime
4
 
5
  def timestamp(url, q_thresh):
 
6
  yt_timestamper = YoutubeTimestamper(url)
7
  yt_timestamper.suggest_question_timestamps(q_thresh)
8
  output=""
 
3
  import datetime
4
 
5
  def timestamp(url, q_thresh):
6
+ print(url)
7
  yt_timestamper = YoutubeTimestamper(url)
8
  yt_timestamper.suggest_question_timestamps(q_thresh)
9
  output=""