Ramunas Jurgilas • almost 15 years ago
Possible paramieters in podcast URL
@#$%,
Currently I am focusing on podcast.
I can see that podcast URL taking parameter "topic" with value "flu".
Please tell me, where I can found which parameters supports podcasts URL?
I am looking for parameter "fromdate".
Podcast URL: http://www2c.cdc.gov/podcasts/searchandcreaterss.asp?topic=flu
Best regards,
Ramunas
Comments are closed.

3 comments
Fred Smith Manager • almost 15 years ago
Good morning Ramunas,
The current version of the searchandcreaterss.asp page takes the following parameters:
Querystring Parameter Name
Description
Notes
t
Record Type
Can be one of the following values:
a – audio
v – video
t – transcript
c – captioned video
p – PowerPoint
f – PDF
The default value is “a” if not specified.
topic
Topic Search Parameter
Supports a text-based match of the topics associated with Podcasts (i.e., an “in string” match). Does not support multiple value matching.
title
Title Search Parameter
Supports a text-based match of the title of Podcasts (i.e., an “in string” match).
operator
Comparison Operator
Can be either “AND” or “OR” (case insensitive). The default is “AND”. This parameter is used only with the title and topic parameter values (i.e., does not affect the transcript parameter).
transcript
Transcript Search Parameter
If this parameter has a value it takes precedence over the topic, title, and operator values (i.e., they are ignored). You can either search based on the transcripts or based on the topic and/or title, but you cannot search based on both.
There is no support for any sort of date qualifier and/or max number of rows.
Thanks
Fred
Ramunas Jurgilas • almost 15 years ago
Thanks for good answer. I am happy that video parameter is implemented.
Using parameter 't' with value 'f' (PDF) returns only audio. No URL to PDF documents.
With value 't' (transcription) returns urls for PDF documents, but these documents are not accessible.
Best regards,
Ramunas
Joel Serbinski • almost 15 years ago
I discovered there are actually a couple different ways to access podcast data.
PREFIX: http://www2c.cdc.gov/podcasts/
searchandcreaterss.asp (for getting rss data)
downloader/download.mp3?af=a&f=xxxxx (direct link to audio file. f = identifier of podcast)
player.asp?f=xxxxx#transcript (direct link to podcast page, skip to transcript)
download.asp?af=t&f=xxxxx (this is a direct link to transcript .PDF)