Skip to content

Commit

Permalink
make the URL relative
Browse files Browse the repository at this point in the history
  • Loading branch information
antranigv committed Feb 19, 2023
1 parent 102ca5c commit da186bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
_num="$(grep -E '^NUM:' ${episode} | sed 's/^NUM: //')"
_title="$(grep -E '^TITLE:' ${episode} | sed 's/^TITLE: //')"
cat <<EOF
<outline text="${_type} #${_num} - ${_title}" type="link" url="https://ռադիօ.ցանցառներ.հայ/թողարկում/${_type}-${_num}.html"/>"
<outline text="${_type} #${_num} - ${_title}" type="link" url="${_type}-${_num}.html"/>"
EOF
done

Expand Down

0 comments on commit da186bb

Please sign in to comment.