View Single Post
Old 12-30-2010, 07:54 AM   #7
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by brennydoogles View Post
I'm not sure about the recipe idea... I thought that recipes were designed for aggregating news items like RSS feeds. Is that assumption incorrect?
It can parse an RSS feed or a web page to get links. See the parse_index method.


Quote:
It seems like the only input I really need is a URL. Even if the plugin simply pops up a dialog box asking for it and then processes from there, I should be able to do the rest automatically. Is there a simple way to get user input?
As I posted, the simplest is to edit the recipe directly to add the URL. Second easiest is to pretent the URL is a username or password, tell the recipe it needs authentication, then pass in the input through one of the user/pass boxes that appears. Finally, you can write an interface. You can do anything you can do in Python. There's a thread on user input.
Starson17 is offline   Reply With Quote