Project 1999

Go Back   Project 1999 > General Community > Rants and Flames

Closed Thread
 
Thread Tools Display Modes
  #561  
Old 05-06-2012, 03:47 PM
El Culo El Culo is offline
Banned


Join Date: Jan 2012
Location: best bak da fuk up 'fo u get smak'd da fuk up~ nyoro~n h00t {o,o}
Posts: 127
Default

i had a python script download all the images in this thread. some of them were broken by now, but theres about 300 of them.

http://wutdo.com/catimgs.zip
  #562  
Old 05-06-2012, 04:36 PM
Bukowski Bukowski is offline
Aviak

Bukowski's Avatar

Join Date: Jul 2010
Location: Louisiana
Posts: 66
Default

KITTIES!!!!

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]
__________________
Green:
[60 Enchanter] Gnobono (Gnome) <Degenerate>
[60 Wizard] Gnobobo (Gnome) <Degenerate>
[60 Necromancer] Gnorpse (Gnome) <Degenerate>
[60 Cleric] Torgga (Dwarf) <Degenerate>
[57 Magician] Gnobozo (Gnome) <Degenerate>
[46 Shaman] Gnogrish (Ogre) <Degenerate>
[52 Cleric] Doubtfire (Dwarf) <Degenerate>
Blue:
[60 Magician] Cirrhosis (Gnome) <The Mystical Order>
[52 Rogue] Bukowski (Halfling) <The Mystical Order>
[52 Cleric] Alchork (Dwarf) <The Mystical Order>
  #563  
Old 05-06-2012, 05:29 PM
somnia somnia is offline
Kobold

somnia's Avatar

Join Date: Apr 2012
Location: The Clouds
Posts: 165
Default

Quote:
Originally Posted by El Culo [You must be logged in to view images. Log in or Register.]
i had a python script download all the images in this thread. some of them were broken by now, but theres about 300 of them.

http://wutdo.com/catimgs.zip
Win. Can you include source code?
  #564  
Old 05-06-2012, 06:20 PM
El Culo El Culo is offline
Banned


Join Date: Jan 2012
Location: best bak da fuk up 'fo u get smak'd da fuk up~ nyoro~n h00t {o,o}
Posts: 127
Default

Quote:
Originally Posted by somnia [You must be logged in to view images. Log in or Register.]
Win. Can you include source code?
You need these two dependencies

http://python-requests.org
http://lxml.de/

PHP Code:
import requests
import lxml
.html

def find_images
(url):
    
root=lxml.html.parse(url).getroot()
    
root.make_links_absolute()
    
imgs = []
    for 
i in root.xpath('//div[contains(@id, "post_message")]//img'):
        
src i.attrib.get('src','')
        if 
'project1999' not in src:
            
imgs.append(i.attrib.get('src',''))
    return 
imgs

def main
():
    
nums=[x+for x in range(52)]
    
urls=['http://www.project1999.org/forums/showthread.php?t=37779&page=%d' %num for num in nums]

    
todownload = []
    for 
url in urls:
        for 
img in find_images(url):
            
todownload.append(img)

    
todownload = list(set(todownload)) #remove duplicates
    
print "downloading %d images" len(todownload)

    for 
counti in enumerate(todownload):
        try:
            print 
"%d downloading %s" % (counti)
            
open('imgs/%d' count'w').write(requests.get(i).content)
        
except:
            print 
"couldn't download %s" %i

if __name__ == '__main__':
    
main() 
http://wutdo.com/catimgs.zip
  #565  
Old 05-09-2012, 01:46 PM
FoxxHound FoxxHound is offline
Planar Protector

FoxxHound's Avatar

Join Date: Dec 2011
Location: Baby splatter bunker
Posts: 1,933
Default

<iframe width="420" height="315" src="http://www.youtube.com/embed/aP3gzee1cps?rel=0" frameborder="0" allowfullscreen></iframe>
__________________
Bitch Please. I'm Fabulous!
Masquerade - R99 Foxxie/Foxie - R99
  #566  
Old 05-09-2012, 04:29 PM
Bardalicious Bardalicious is offline
Planar Protector

Bardalicious's Avatar

Join Date: Jun 2011
Posts: 1,684
Default

[You must be logged in to view images. Log in or Register.]


I am cat, hoot hoot :3
  #567  
Old 05-12-2012, 11:49 AM
Kimmie Kimmie is offline
Sarnak

Kimmie's Avatar

Join Date: Dec 2009
Posts: 354
Default

all i no rly is cat pics

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.] [You must be logged in to view images. Log in or Register.]
__________________
<Kimmie and Nalkin>
  #568  
Old 05-16-2012, 05:00 PM
iNteg iNteg is offline
Orc

iNteg's Avatar

Join Date: May 2011
Posts: 45
Default

[You must be logged in to view images. Log in or Register.]
  #569  
Old 05-16-2012, 05:01 PM
iNteg iNteg is offline
Orc

iNteg's Avatar

Join Date: May 2011
Posts: 45
Default

[You must be logged in to view images. Log in or Register.]
  #570  
Old 05-16-2012, 11:50 PM
Kimmie Kimmie is offline
Sarnak

Kimmie's Avatar

Join Date: Dec 2009
Posts: 354
Default

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]

[You must be logged in to view images. Log in or Register.]
[You must be logged in to view images. Log in or Register.]
__________________
<Kimmie and Nalkin>
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:00 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.