Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: a handy movie collector maker
Pages: [1] Print
Author Topic: a handy movie collector maker  (Read 256 times)
Petri Keckman
Guest


Email
a handy movie collector maker
« on: December 30, 2005, 10:26:56 PM »

REBOL [
title: "get movies"
]

substr: func [string start length][
  copy/part at string start length
]
prez: func [
   number [number!]
   length [integer!]
][
  copy/part ( tail ( join "00000000" number ) )  ( negate ( max length ( length? ( to-string number ) ) ) )
]
lmrk: to-char 34
newline: to-char 10
for i 1 115 1 [
   print i
   ii: i
   if i < 10 [ii: prez i 2]
   for j 1 11 1 [
      video:  join join join join "http://tgp.gammacash.com/galleries/videos/brunob/" ii "/videos/" j ".mpg"
      print video

   ;http://tgp.gammacash.com/galleries/videos/brunob/115/images/1.jpg
   ;http://tgp.gammacash.com/galleries/videos/brunob/62/videos/1.mpg
   
   if exists? to-url video [ ; onko ylipäätänsä thumbbia?
      print join join join "**********" i ", " j
      file: join join join join "br" prez i 3 "_" prez j 2 ".mpg"
      write/binary to-file file read/binary to-url video
   ]
]

]
          
halt
Logged
leke
Jr. Member
**
Offline Offline

Posts: 84


View Profile WWW
a handy movie collector maker
« Reply #1 on: January 04, 2006, 01:23:44 AM »

Petri Keckman
You truly are the king of porn.
Logged

Pages: [1] Print 
Rebol Talk Forum  |  Getting Started  |  Newbie Help  |  Topic: a handy movie collector maker
Jump to:  

  
Quick Search...

Advanced search
  
Welcome, Guest. Please login or register.
Did you miss your activation email?
July 20, 2008, 04:39:42 PM
Username: Password: Session Length:
  

News: 01-09-08

Alpha version of REBOL 3 has been released!


  
2190 Posts in 579 Topics by 1632 Members
Latest Member: Apodeptackked

  Rebol Talk Forum | Powered by SMF 1.0.9.
© 2001-2005, Lewis Media. All Rights Reserved.

RT design by Defiant Pc