Plugin advice
#16
Code:
url=re.compile('url="(.+?)" fileSize=".+?" type="video/mp4" medium="video" bitrate="1000" framerate="29.97" samplingrate="48" channels="1" duration=".+?" width="864" height="480" mediafly:profile="H264b_864x480_1000" />\n').findall(link)

this code surely return an item (list) not a string, so error is raised because you MUST pass a string variable to addDir()
Reply
#17
Sorry if I'm a little thickHuh

idle code

Let me explain a little better. I only get an error when I'm tryin to use two re.compile, either one works fine by itself.
Reply
#18
sorry, but this :
Code:
url=re.compile('url="(.+?)" fileSize=".+?" type="video/mp4" medium="video" bitrate="1000" framerate="29.97" samplingrate="48" channels="1" duration=".+?" width="864" height="480" mediafly:profile="H264b_864x480_1000" />\n').findall(link)

still get you a list, not a string, so it can't work.
Reply

Logout Mark Read Team Forum Stats Members Help
Plugin advice0