The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From: Chris Lewis <chriskwonle...@gmail.com>
Date: Thu, 12 Jul 2012 08:58:03 -0700 (PDT)
Local: Thurs, Jul 12 2012 11:58 am
Subject: Re: Help with extracting mp3 link
Thank you for your reply. I did try to modify your code to: html = open('http://endic.naver.com/search.nhn?isOnlyViewEE=N&query=Rule') but didn't work because open is only for files? I did however find some other code that does work: import urllib2 url = 'http://endic.naver.com/search.nhn?isOnlyViewEE=N&query=Rule' playlists = soup.find_all("a", {"playlist": True}) print playlists[0].get("playlist") The only problem now is when I insert it into my main program, it doesn't You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||