Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
HitomaruKonpaku committed Dec 26, 2024
1 parent 2205099 commit 82108c2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 69 deletions.
38 changes: 0 additions & 38 deletions config.example.json

This file was deleted.

25 changes: 1 addition & 24 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,6 @@
# Output directory (default to current working folder)
# output: d:/downloads

# Additional yt-dlp options
ytdlOptions:
# - --config-location
# - d:/yt-dlp/yt-dlp.conf
# - -f
# - "bestvideo*+bestaudio/best"
# - -o
# - "./download/%(id)s.%(ext)s"
# - --cookies-from-browser
# - chrome

# Additional streamlink options
streamlinkOptions:
# - --http-cookie
Expand All @@ -26,23 +15,11 @@ twitcasting:
users:
- nakiriayame

youtube:
# Refresh interval in millisecond
interval: 30000
users:
- UC7fk0CB07ly8oSl0aqKkqFg # Nakiri Ayame Ch. 百鬼あやめ

webhooks:
discord:
- active: true
urls:
- https://discord.com/api/webhooks/xxx
twitcasting:
- <all>
youtube:
- <all>
mentions:
roleIds:
- "xxx"
userIds:
- "xxx"
message: "<@153363129915539457>"
8 changes: 8 additions & 0 deletions example/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
---
# Additional streamlink options
streamlinkOptions:
- --http-cookie
- tc_id=xxx
- --http-cookie
- tc_ss=xxx

twitcasting:
# Refresh interval in millisecond
interval: 10000
users:
- nakiriayame
Expand Down
7 changes: 0 additions & 7 deletions example/yt-dlp.conf

This file was deleted.

0 comments on commit 82108c2

Please sign in to comment.