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


Groups > comp.lang.python > #85104

Re: Downloading videos (in flash applications) using python

Path csiph.com!usenet.pasdenom.info!news.franciliens.net!fdn.fr!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.004
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:using': 0.09; 'subject:videos': 0.09; 'bug': 0.12; 'finney': 0.16; 'grasp': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:python': 0.16; 'discussion': 0.18; 'library': 0.18; 'example': 0.22; 'python?': 0.22; 'header:User-Agent:1': 0.23; 'satisfying': 0.24; 'question': 0.24; 'player': 0.26; 'header:X-Complaints-To:1': 0.27; 'subject:) ': 0.29; "doesn't": 0.30; 'streaming': 0.30; "i'm": 0.30; 'code': 0.31; 'too.': 0.31; 'writes:': 0.31; 'subject: (': 0.35; 'there': 0.35; 'really': 0.36; 'are,': 0.36; 'application': 0.37; 'ben': 0.38; 'to:addr:python-list': 0.38; 'sure': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'most': 0.60; 'here:': 0.62; 'skip:\xe2 10': 0.65; '8bit%:21': 0.69; 'fact,': 0.69; 'flash': 0.69; 'url:br': 0.69; 'gabriel': 0.84; 'received:125': 0.84; 'universe': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ben Finney <ben+python@benfinney.id.au>
Subject Re: Downloading videos (in flash applications) using python
Date Tue, 03 Feb 2015 05:57:24 +1100
References <317e4983-7deb-4557-91d3-00c9e3991739@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host jigong.madmonks.org
X-Public-Key-ID 0xAC128405
X-Public-Key-Fingerprint 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-pubkey.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)
Cancel-Lock sha1:6NEE/RcWu1uxVdMPO8ywRaCfKW0=
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.18409.1422903445.18130.python-list@python.org> (permalink)
Lines 26
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1422903445 news.xs4all.nl 2978 [2001:888:2000:d::a6]:55135
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:85104

Show key headers only | View raw


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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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