gpodder.net Feed-Service
  • REST API
    • Requests
    • Responses
  • Example Requests
  • Public instances
  • Source Code
 
gpodder.net Feed-Service
  • Docs »
  • Example Requests
  • Edit on GitHub

Example Requests¶

Some example requests

  • http://feeds.gpodder.net/parse?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1&scale_logo=30
  • http://feeds.gpodder.net/parse?url=http://youtube.com/rss/user/TEDtalksDirector/videos.rss
  • http://feeds.gpodder.net/parse?url=http://soundcloud.com/scheibosan
  • http://feeds.gpodder.net/parse?url=http://onapp1.orf.at/webcam/fm4/fod/soundpark.xspf
  • http://feeds.gpodder.net/parse?url=http://leo.am/podcasts/floss&url=http://feeds.twit.tv/floss_video_large
  • http://feeds.gpodder.net/parse?url=http://www.dancarlin.com/cswdc.xml&process_text=strip_html
  • http://feeds.gpodder.net/parse?url=http://feeds.feedburner.com/linuxoutlaws

For executing requests from the commandline you can use curl.

SERVER=http://feeds.gpodder.net/parse
 curl --header "Accept: application/json" "$SERVER?url=http://feeds.feedburner.com/linuxoutlaws&inline_logo=1&scale_logo=30" #^
 curl --header "Accept: application/json" "$SERVER?url=http://youtube.com/rss/user/TEDtalksDirector/videos.rss" #^
Next Previous

© Copyright 2013, Stefan Kögl.

Sphinx theme provided by Read the Docs
Read the Docs v: latest
Versions
latest
Downloads
PDF
HTML
Epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.