Skip to content

Commit

Permalink
YoutubeAPI: fix depublishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Jan 28, 2025
1 parent 268ba04 commit 6e2690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voctopublish/api_client/youtube_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ def depublish(self):
i = 0
depublished_urls = []
props = {}
for prop, url in self.t.youtube_urls.items():
for prop, video_url in self.t.youtube_urls.items():
try:
video_id = video_url.split("=", 2)[1]
self.update_metadata(
Expand Down

0 comments on commit 6e2690a

Please sign in to comment.