cURL / Mailing Lists / curl-users / Single Mail

curl-users

netflix.com?

From: Jesse Montrose <jesse_at_spine.com>
Date: Sat, 4 May 2002 18:54:35 -0700 (PDT)

Has anyone successfully run curl on netflix? I'm mostly interested in
downloading my queue, but would eventually like to try some more
ambitious control.

This is what I have so far:

curl --location \
    --cookie-jar ghost.cookies \
    --silent \
    --data secure=N \
    --data email=jesse_at_spine.com \
    --data password1=PASSWORD \
    --data nextpage=http%3A%2F%2Fwww.netflix.com%2FDefault \
    --data SubmitButton=Click+Here+to+Continue \
    --data x=52 \
    --data y=11 \
    --verbose \
    --referer \;auto \
    --output netflix1.html \
    http://www.netflix.com/Login

_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: bandwidth_at_sourceforge.net
Received on 2002-05-05