Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #53289 > unrolled thread
| Started by | david.dsch@gmail.com |
|---|---|
| First post | 2013-08-30 03:53 -0700 |
| Last post | 2013-08-31 00:34 +0000 |
| Articles | 6 — 5 participants |
Back to article view | Back to comp.lang.python
python script to gather file links into textfile david.dsch@gmail.com - 2013-08-30 03:53 -0700
Re: python script to gather file links into textfile Neil Cerutti <neilc@norwich.edu> - 2013-08-30 13:01 +0000
Re: python script to gather file links into textfile Bastien Amiel <b.amiel@evs.com> - 2013-08-30 15:09 +0200
Re: python script to gather file links into textfile Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-30 10:56 -0400
Re: python script to gather file links into textfile Joel Goldstick <joel.goldstick@gmail.com> - 2013-08-30 12:13 -0400
Re: python script to gather file links into textfile Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-31 00:34 +0000
| From | david.dsch@gmail.com |
|---|---|
| Date | 2013-08-30 03:53 -0700 |
| Subject | python script to gather file links into textfile |
| Message-ID | <3cd251f2-f37b-4aa6-a385-26163fa5d62b@googlegroups.com> |
Hi, im looking for someone who can make a script that gathers all file links from an url into a textfile, like this : http://pastebin.com/jfD31r1x
[toc] | [next] | [standalone]
| From | Neil Cerutti <neilc@norwich.edu> |
|---|---|
| Date | 2013-08-30 13:01 +0000 |
| Message-ID | <b8bje0Ffn52U1@mid.individual.net> |
| In reply to | #53289 |
On 2013-08-30, david.dsch@gmail.com <david.dsch@gmail.com> wrote: > Hi, im looking for someone who can make a script that gathers > all file links from an url into a textfile, like this : > http://pastebin.com/jfD31r1x Michael Jackson advises you to start with the man in the mirror. -- Neil Cerutti
[toc] | [prev] | [next] | [standalone]
| From | Bastien Amiel <b.amiel@evs.com> |
|---|---|
| Date | 2013-08-30 15:09 +0200 |
| Message-ID | <mailman.387.1377869046.19984.python-list@python.org> |
| In reply to | #53292 |
Le 30/08/2013 15:01, Neil Cerutti a écrit : > On 2013-08-30, david.dsch@gmail.com <david.dsch@gmail.com> wrote: >> Hi, im looking for someone who can make a script that gathers >> all file links from an url into a textfile, like this : >> http://pastebin.com/jfD31r1x 1. Read the file with urls http://stackoverflow.com/questions/3925614/how-do-you-read-a-file-into-a-list-in-python 2. Download each url http://stackoverflow.com/questions/22676/how-do-i-download-a-file-over-http-using-python > Michael Jackson advises you to start with the man in the mirror. :D
[toc] | [prev] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-08-30 10:56 -0400 |
| Message-ID | <mailman.389.1377874611.19984.python-list@python.org> |
| In reply to | #53292 |
> >> On 2013-08-30, david.dsch@gmail.com <david.dsch@gmail.com> wrote: >>> >>> Hi, im looking for someone who can make a script that gathers >>> all file links from an url into a textfile, like this : >>> http://pastebin.com/jfD31r1x > Sometimes its good to look in the closets or under the beds. People forget what they put in those places sometimes. -- Joel Goldstick http://joelgoldstick.com
[toc] | [prev] | [next] | [standalone]
| From | Joel Goldstick <joel.goldstick@gmail.com> |
|---|---|
| Date | 2013-08-30 12:13 -0400 |
| Message-ID | <mailman.392.1377879216.19984.python-list@python.org> |
| In reply to | #53292 |
David, actually, what is the url? I read about you a little and it looks like you are into music but not a software guy. You might be better off finding someone local to write the code for you. People here generally help people with actual coding problems, or discuss aspects of python, but if you want to hire someone you will need to give more specific details of what you want done On Fri, Aug 30, 2013 at 10:56 AM, Joel Goldstick <joel.goldstick@gmail.com> wrote: >> >>> On 2013-08-30, david.dsch@gmail.com <david.dsch@gmail.com> wrote: >>>> >>>> Hi, im looking for someone who can make a script that gathers >>>> all file links from an url into a textfile, like this : >>>> http://pastebin.com/jfD31r1x >> > Sometimes its good to look in the closets or under the beds. People > forget what they put in those places sometimes. > > > > -- > Joel Goldstick > http://joelgoldstick.com -- Joel Goldstick http://joelgoldstick.com
[toc] | [prev] | [next] | [standalone]
| From | Steven D'Aprano <steve+comp.lang.python@pearwood.info> |
|---|---|
| Date | 2013-08-31 00:34 +0000 |
| Message-ID | <52213a0d$0$6599$c3e8da3$5496439d@news.astraweb.com> |
| In reply to | #53289 |
On Fri, 30 Aug 2013 03:53:05 -0700, david.dsch wrote: > Hi, im looking for someone who can make a script that gathers all file > links from an url into a textfile, like this : > http://pastebin.com/jfD31r1x You've come to the right place! My rate is AUD$100 an hour. Contact me if you are interested. -- Steven
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web