Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #51569

Re: Python script help

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder5.xlned.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.036
X-Spam-Evidence '*H*': 0.94; '*S*': 0.01; 'python.': 0.02; 'subject:Python': 0.06; 'subject:help': 0.08; 'subject:script': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'url)': 0.16; 'wrote:': 0.18; '(by': 0.24; 'options': 0.25; 'script': 0.25; 'header:In-Reply-To:1': 0.27; 'message- id:@mail.gmail.com': 0.30; 'tool': 0.35; 'received:google.com': 0.35; 'sometimes': 0.38; 'thank': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'help,': 0.39; 'to:addr:python.org': 0.39; 'you.': 0.62; '30,': 0.65; 'online': 0.71; 'jul': 0.74; 'downloadable': 0.84; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=iG4F1kM69Hivf7WcOyas4NO4ayU2n5zuZaGRYRxojqw=; b=bdNeOB4jL70ZoWFRfGyuGd9O2Qu2C3iip3bZme9MrlARIkdfe/N9rTesZOFnuCdW+Y 9fwdychJ+jnDjpq005+Jp766GAY4KV1wmAGF0Cln5v4i+7E3ISdB837ndcTsmgcBsC+I e8GzNZ2eIgcJQrqCKAETAsHVaRS7D7yqSv6KPZV1gDZFIm6CO66dfeN+4pholjBuS+FJ UjtmHzHXT4cfchH0SgmxEJ+p4ma+cIyDlAWzIHSJYxUwEYel24S5nc6ef0ysCv3NWvoW hBw5Fq7cTDGYNvl0skmq/9PNJFjfvDTnndcRLTTCrHlvzXeDysE/ajc3Z40o37j7ITxI 5hQA==
MIME-Version 1.0
X-Received by 10.59.9.69 with SMTP id dq5mr26716240ved.87.1375198737832; Tue, 30 Jul 2013 08:38:57 -0700 (PDT)
In-Reply-To <4566d0e7-2576-4d09-83f5-fca3b370710a@googlegroups.com>
References <4566d0e7-2576-4d09-83f5-fca3b370710a@googlegroups.com>
Date Tue, 30 Jul 2013 16:38:57 +0100
Subject Re: Python script help
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5315.1375198746.3114.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375198746 news.xs4all.nl 15904 [2001:888:2000:d::a6]:44147
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51569

Show key headers only | View raw


On Tue, Jul 30, 2013 at 3:49 PM,  <cool1574@gmail.com> wrote:
> Hello, I am looking for a script that will be able to search an online document (by giving the script the URL) and find all the downloadable links in the document and then download them automatically.
> I appreciate your help,
> Thank you.

baseurl = "http://........"
options = "....."
os.system("wget "+options+" "+baseurl)

Sometimes the right tool for the job isn't Python.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Python script help cool1574@gmail.com - 2013-07-30 07:49 -0700
  Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-07-30 16:38 +0100
    Re: Python script help cool1574@gmail.com - 2013-07-30 08:49 -0700
      Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-07-30 16:58 +0100
        Re: Python script help cool1574@gmail.com - 2013-07-30 09:10 -0700
          Re: Python script help cool1574@gmail.com - 2013-07-30 09:12 -0700
            Re: Python script help Cameron Simpson <cs@zip.com.au> - 2013-07-31 07:47 +1000
            Re: Python script help Joshua Landau <joshua@landau.ws> - 2013-07-31 07:24 +0100
          Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-07-30 17:22 +0100
          Re: Python script help Vincent Vande Vyvre <vincent.vandevyvre@swing.be> - 2013-07-30 18:58 +0200
  Re: Python script help Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-07-30 17:32 +0200
  Re: Python script help Denis McMahon <denismfmcmahon@gmail.com> - 2013-07-31 05:08 +0000
  Re: Python script help cool1574@gmail.com - 2013-07-31 01:15 -0700
    Re: Python script help alex23 <wuwei23@gmail.com> - 2013-08-01 10:57 +1000
      Re: Python script help Alister <alister.ware@ntlworld.com> - 2013-08-01 10:39 +0000
    Re: Python script help Piet van Oostrum <piet@vanoostrum.org> - 2013-08-23 22:37 -0400
  Re: Python script help cool1574@gmail.com - 2013-08-01 09:02 -0700
    Re: Python script help Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-08-02 10:44 +0200
  Re: Python script help cool1574@gmail.com - 2013-08-02 02:46 -0700
    Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-08-02 11:01 +0100
      Re: Python script help cool1574@gmail.com - 2013-08-04 08:57 -0700
        Re: Python script help Chris Angelico <rosuav@gmail.com> - 2013-08-04 17:20 +0100
    Re: Python script help Michael Torrie <torriem@gmail.com> - 2013-08-04 16:58 -0600
    Re: Python script help Jake Angulo <jake.angulo@gmail.com> - 2013-08-05 10:30 +1000

csiph-web