X-Git-Url: https://disinclined.org/git/?a=blobdiff_plain;f=likes_pandora.py;fp=likes_pandora.py;h=5e376ffe87e631b9b3af9167026a5051f9fd450a;hb=89f2b2f1b7ddb55674e599d854938e574e31e4af;hp=c302d7f4bae9811cccb4789b86403d41d0c97c63;hpb=4c13da9a190c4d9d3e3540c2993db83ac24e8b42;p=i_like_pandora.git diff --git a/likes_pandora.py b/likes_pandora.py index c302d7f..5e376ff 100755 --- a/likes_pandora.py +++ b/likes_pandora.py @@ -77,7 +77,6 @@ def fetch_search_video_ids(search_strings): page = urllib.urlopen(search_url) page = BeautifulSoup(page) result = page.find('div', attrs={'class':'video-main-content'}) - print result if result == None: print 'odd feedback for search, could not find div at ', search_url continue