diff --git a/src/petetong/grabEpisode.sh b/src/petetong/grabEpisode.sh index f86e5ab..c0e9a7a 100755 --- a/src/petetong/grabEpisode.sh +++ b/src/petetong/grabEpisode.sh @@ -1,4 +1,4 @@ #!/bin/bash -e docker run --network host --rm -v /home/florian/github/service-podcasts/src/petetong:/app ytdlp:latest python3 /app/download_episode.py -mv /home/florian/github/scripts/audiobookshelf/bbc-downloader/*.mp3 "/var/lib/audiobookshelf/music/Pete Tong/" +mv /home/florian/github/service-podcasts/src/petetong/*.mp3 "/var/lib/audiobookshelf/music/Pete Tong/"