manolomartinez / greg

A command-line podcast aggregator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download using title of spefic podcast

12nick12 opened this issue · comments

Is there a way to download using title of specif podcast since one of the podcasts I follow keep the file the same name.

try something like this at the end of your greg.conf:

[Foo]

# uncomment this if you are tagging the files
# file_to_tag = {filename_title}.mp3

downloadhandler = wget -q {link} -O {directory}/{filename_title}.mp3