Skip to content

Commit

Permalink
Update rplay example
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed Oct 13, 2024
1 parent ff67360 commit a848ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ actors:
execute:
entities:
- name: "rplay"
command: "yt-dlp --windows-filenames --add-header Referer:'https://rplay.live' {playlist_url} --output '{start} [{name}] {title}.%(ext)s'"
command: "yt-dlp --windows-filenames --add-header Referer:'https://rplay.live' --add-header Origin:'https://rplay.live' {playlist_url} --output '{start} [{name}] {title}.%(ext)s'"
placeholders:
"{playlist_url}": "playlist_url"
"{name}": "name"
Expand Down

0 comments on commit a848ffc

Please sign in to comment.