diff options
author | ewen <ewen@web> | 2015-01-03 22:01:37 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2015-01-03 22:01:37 +0000 |
commit | f3b10f4ba6fc8ae7eca4723b7cb4608f3112322c (patch) | |
tree | 8c6fef1c821f8f704238b5154b59f91f40c146b5 /doc | |
parent | a88581b85fca98e116cadd0c4f11473f1f822f37 (diff) |
Added a comment: itempubdate
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/downloading_podcasts/comment_23_62603cda8e581a2eb2cc799dffe8a740._comment | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/tips/downloading_podcasts/comment_23_62603cda8e581a2eb2cc799dffe8a740._comment b/doc/tips/downloading_podcasts/comment_23_62603cda8e581a2eb2cc799dffe8a740._comment new file mode 100644 index 000000000..13909c27c --- /dev/null +++ b/doc/tips/downloading_podcasts/comment_23_62603cda8e581a2eb2cc799dffe8a740._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="ewen" + subject="itempubdate" + date="2015-01-03T22:01:37Z" + content=""" +Using a `--template='${feedtitle}/${itempubdate}-${itemtitle}${extension}'` with a libsyn RSS feed (eg, [Poly Weekly](http://polyweekly.libsyn.com/rss)), I found that `itempubdate` was expanding to \"none\", even though there is a date with each entry in the RSS, eg, + + <pubDate>Fri, 26 Dec 2014 15:25:38 +0000</pubDate> + +Maybe the date string cannot be parsed? But it does look like a fairly typical datestamp to me. If the cause is the mixed-case in the tag, could `pubDate` be supported in addition to `pubdate`? (AFAICT [`pubDate` is the standardised mix of lower/upper case](http://validator.w3.org/feed/docs/rss2.html), but maybe not the most common, in which case supporting both `pubDate` and `pubdate` might help?) As seen with `git-annex version: 5.20141024~bpo70+1`, installed from Debian Backports; AFAICT it's still the latest release to make it to backports. + +For now I'm just omitting \"itempubdate\" from my template. + +Ewen +"""]] |