Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #85104
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Subject | Re: Downloading videos (in flash applications) using python |
| Date | 2015-02-03 05:57 +1100 |
| References | <317e4983-7deb-4557-91d3-00c9e3991739@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.18409.1422903445.18130.python-list@python.org> (permalink) |
Gabriel Ferreira <gabrielbianchiferreira@gmail.com> writes: > I need some help in downloading videos from flash applications in web > using python. Is there any lib to deal with flash player using python? Yes, the ‘youtube-dl’ application is the most likely to have the library code you need. > The videos I need to download are, in fact, live streaming content. > You can see an example here: > > http://vejoaovivo.com.br/sc/itapema/avenida-nereu-ramos-1029.html If ‘youtube-dl’ doesn't support a particular site, please report a bug at its bug tracker. I'm sure they would like to have a working implementation too. This isn't really a question about using Python, so it may be best to continue the discussion in a bug report against ‘youtube-dl’. -- \ “It is far better to grasp the universe as it really is than to | `\ persist in delusion, however satisfying and reassuring.” —Carl | _o__) Sagan | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 08:00 -0800
Re: Downloading videos (in flash applications) using python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-03 03:19 +1100
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 08:22 -0800
Re: Downloading videos (in flash applications) using python Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-02-02 19:43 +0100
Re: Downloading videos (in flash applications) using python Ben Finney <ben+python@benfinney.id.au> - 2015-02-03 05:57 +1100
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 11:15 -0800
Re: Downloading videos (in flash applications) using python Paul Rubin <no.email@nospam.invalid> - 2015-02-02 11:24 -0800
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 11:30 -0800
Re: Downloading videos (in flash applications) using python Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2015-02-02 21:01 +0100
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 14:09 -0800
Re: Downloading videos (in flash applications) using python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-02-02 22:13 +0000
Re: Downloading videos (in flash applications) using python Gabriel Ferreira <gabrielbianchiferreira@gmail.com> - 2015-02-02 15:21 -0800
Re: Downloading videos (in flash applications) using python Rustom Mody <rustompmody@gmail.com> - 2015-02-02 18:41 -0800
Re: Downloading videos (in flash applications) using python Michael Torrie <torriem@gmail.com> - 2015-02-02 20:12 -0700
Re: Downloading videos (in flash applications) using python alister <alister.nospam.ware@ntlworld.com> - 2015-02-03 11:54 +0000
Re: Downloading videos (in flash applications) using python Paul Rubin <no.email@nospam.invalid> - 2015-02-02 12:16 -0800
Re: Downloading videos (in flash applications) using python Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-03 12:53 +1100
Re: Downloading videos (in flash applications) using python Michael Torrie <torriem@gmail.com> - 2015-02-02 14:26 -0700
csiph-web