View Single Post
Old 11-08-2011, 10:34 AM   #13
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 mattst View Post
Yes kovidgoyal is exactly right.

Code:
    tags = 'news, sport'
...
    conversion_options = { 'tags' : tags }
...
Yes, that's how it's attempted. It has no direct affect on the tags in the GUI, which is what most people want. The Adventure Gamers recipe, which I often point people to for a recipe that handles multipage (it's alphabetically the first with that type of code) has that exact form, but does not create tags in the GUI database. It will bring them in if imported in a separate step.
Starson17 is offline   Reply With Quote