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


Groups > comp.lang.python > #51583

Re: Python script help

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <vincent.vandevyvre@swing.be>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:launchpad': 0.05; 'subject:Python': 0.06; 'subject:help': 0.08; 'subject:script': 0.09; 'from:addr:swing.be': 0.16; 'from:addr:vincent.vandevyvre': 0.16; 'from:name:vincent vande vyvre': 0.16; 'message- id:@swing.be': 0.16; 'objects.': 0.16; 'oqapy': 0.16; 'paqager': 0.16; 'possible?': 0.16; 'received:mobistar.be': 0.16; 'url:bazaar': 0.16; 'url:head': 0.16; 'url:oqapy': 0.16; 'url:paqager': 0.16; 'url:py': 0.16; 'url:qarte': 0.16; 'v.v.': 0.16; '\xe9crit': 0.16; 'url:view': 0.20; 'python?': 0.22; 'header :User-Agent:1': 0.23; 'parse': 0.24; 'script': 0.25; 'header:In- Reply-To:1': 0.27; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'here:': 0.62; 'email addr:gmail.com': 0.63; 'downloadable': 0.84
Date Tue, 30 Jul 2013 18:58:43 +0200
From Vincent Vande Vyvre <vincent.vandevyvre@swing.be>
User-Agent Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130623 Thunderbird/17.0.7
MIME-Version 1.0
To python-list@python.org
Subject Re: Python script help
References <4566d0e7-2576-4d09-83f5-fca3b370710a@googlegroups.com> <mailman.5315.1375198746.3114.python-list@python.org> <c382dc59-d52c-47e6-8e96-16d4ef07e640@googlegroups.com> <mailman.5318.1375199904.3114.python-list@python.org> <ea0a2387-4ce3-4441-ac8d-64eae6ca0aee@googlegroups.com>
In-Reply-To <ea0a2387-4ce3-4441-ac8d-64eae6ca0aee@googlegroups.com>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 8bit
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.5325.1375203985.3114.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1375203985 news.xs4all.nl 15881 [2001:888:2000:d::a6]:38162
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:51583

Show key headers only | View raw


Le 30/07/2013 18:10, cool1574@gmail.com a écrit :
> What if I want to use only Python? is that possible? using lib and lib2?

Have a look here:

http://bazaar.launchpad.net/~vincent-vandevyvre/qarte/trunk/view/head:/parsers.py

This script get a web page and parse it to find downloadable objects.
-- 
Vincent V.V.
Oqapy <https://launchpad.net/oqapy> . Qarte 
<https://launchpad.net/qarte> . PaQager <https://launchpad.net/paqager>

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