jit.uldl request

AudioMatt's icon

feed:// ???

for instance:

feed://gdata.youtube.com/feeds/api/videos?category=Comedy

MOJO's icon

Maybe

jit.str.regexp??

AudioMatt's icon

not sure I understand. What I'm saying is that the included patch yields the included error.

Max Patch
Copy patch and select New From Clipboard in Max.

jit.uldl: bad scheme -- only http, https, ftp and file urls are supported

Joshua Kit Clayton's icon

Don't get confused by this safari/rss reader feed:// URL thing. It's really just http under the hood.

As far as I can tell, you would just use http://gdata.youtube.com/feeds/api/videos?category=Comedy

Then you need to figure out how you're going to parse the XML, but there are a variety of options for that:

AudioMatt's icon

doh!!! so many problems arise when you're not in administrator mode. I was set on a wild goose chase when I didn't read the error from ULDL when I used http://

thanks joshua.