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: 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 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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 Gabriel Ferreira 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