Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SeoulSKY committed Jul 7, 2024
1 parent 7663883 commit 27f5cd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ notifier = YouTubeNotifier(callback_url="https://yourdomain.com")
async def listener(video: Video):
print(f"New video from {video.channel.name}: {video.title}")


notifier.subscribe("UC9EEyg7QBL-stRX-7hTV3ng") # Channel ID of SpeedyStyle
notifier.run()
```
Expand Down

0 comments on commit 27f5cd2

Please sign in to comment.