ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
View Changeset
|
Root Listing
root
/
ns_dev
/
Python
/
learning
/
yourURLTest.py
Revision:
591
Committed:
Tue Nov 3 22:45:12 2015 UTC
(10 years, 4 months ago) by
nino.borges
Content type:
text/x-python
File size:
239 byte(s)
Log Message:
Moved dir out of main dir.
File Contents
#
User
Rev
Content
1
ninoborges
8
from urllib import urlopen
2
3
albumsList = ['ApplePicking02','Azores02']
4
for album in albumsList:
5
doc = urlopen('
http://64.83.11.5:8080/NinoSystems/Personal/PhotoAlbums/mainPhotoAlbum/%s/manage_comment
'%album).read()
6
print doc