IA upload issue #18
This commit is contained in:
@@ -2219,10 +2219,10 @@ function create_item_on_the_internet_archive() {
|
||||
if [ $? -ne 0 ]
|
||||
then
|
||||
echo_debug "The episode has not been posted to the Internet Archive"
|
||||
## bug IA date as spam
|
||||
date="$( date -u +%Y-%m-%d )"
|
||||
|
||||
ia upload hpr${ep_num} "${working_dir}/hpr${ep_num}.txt" --metadata=mediatype:audio --metadata="contributor:HackerPublicRadio" --metadata="creator:${artist}" --metadata="date:${date}" --metadata="description:${synopsis}." --metadata="language:eng" --metadata="licenseurl:${license_url}" --metadata="title:${title}." --metadata=reviews-allowed:none --header x-archive-keep-old-version:0 --retries=5 --no-derive --no-backup
|
||||
|
||||
|
||||
else
|
||||
echo_debug "The episode has been posted to the Internet Archive"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user