How to use Yahoo pipes to make full output rss?

Discussion in 'XML & RSS' started by kerryzeng, Aug 19, 2010.

  1. #1
    I want to get some rss that can allowed full article output.you see, I made a autoblog ,and want to get some full article by RSS, but most rss can give me only a summary even one sentence.
    And I heard yahoo pipes can do that ,but I have tried many times, I failed.
    So ,anybody can tell me how to get it.
     
    kerryzeng, Aug 19, 2010 IP
  2. roadrunner12

    roadrunner12 Member

    Messages:
    129
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    30
    #2
    To fetch an entire RSS article, instead of the summary, with Yahoo Pipes you can follow these steps:

    1. Fetch the site feed with the "Fetch Feed Module"
    2. Plug the "Fetch Feed Module" into the "Loop Module"
    3. Insert the "Fetch Page Module" into the "Loop Module"
    4. Under URL in the "Fetch Page Module", select item.link (item.link refers to the link for the entire article)
    5. View The Source Code in the Debugger Pane of Yahoo Pipes to find the starting and ending tags of the article (could be div tags, td tags etc.)
    6. Input the starting and ending tags into the "Cut Content From" fields in the "Fetch Page Module"
    7. Hook it up to the "Pipe Output", save your Pipe and enjoy the results!
     
    roadrunner12, Sep 23, 2010 IP