temo12 commited on
Commit
472b6fe
·
verified ·
1 Parent(s): 684b28f

Update backend.py

Browse files
Files changed (1) hide show
  1. backend.py +1 -1
backend.py CHANGED
@@ -12,7 +12,7 @@ nlp = spacy.load("en_core_web_sm")
12
  sia = SentimentIntensityAnalyzer()
13
 
14
  # YouTube Data API key
15
- YOUTUBE_API_KEY = "AIzaSyDUVh0epMGyeAFwaGl2v58tqlwcsIXzAcU"
16
 
17
  def fetch_video_metadata(video_url):
18
  video_id = video_url.split('v=')[-1]
 
12
  sia = SentimentIntensityAnalyzer()
13
 
14
  # YouTube Data API key
15
+ YOUTUBE_API_KEY = "YOUR_API_KEY"
16
 
17
  def fetch_video_metadata(video_url):
18
  video_id = video_url.split('v=')[-1]