%global _empty_manifest_terminate_build 0 Name: python-redecanais Version: 1.0.6 Release: 1 Summary: Busque,selecione e assista filmes do site https://www.redecanais.com a partir do prompt de comando. License: MIT URL: https://github.com/cleitonleonel/redecanais.git Source0: https://mirrors.aliyun.com/pypi/web/packages/e8/1f/bd374aaba048b00c8e3bf916909854f4869f612104de988a71a83fd538dc/redecanais-1.0.6.tar.gz BuildArch: noarch Requires: python3-requests Requires: python3-beautifulsoup4 Requires: python3-pychromecast %description O **redecanais** ajuda você a assistir vários filmes via linha de comando com *facilidade*: # Instalação: ```shell script pip install redecanais ou pip install git+https://github.com/cleitonleonel/redecanais.git ``` # Uso dentro do módulo: ```shell script python redecanais.py --url ... python redecanais.py --all ... python redecanais.py --category ... python redecanais.py --genre ... python redecanais.py --page ... python redecanais.py --host ... python redecanais.py --stream ... python redecanais.py --search ... python redecanais.py --select ... python redecanais.py --external-player ... python redecanais.py --renderer-ip ... python redecanais.py (-h | --help) python redecanais.py --version ``` # Opções: ```shell script python -m redecanais '-u', '--url', help='Use o link de uma determinada página para extrair informações...' '-a', '--all', help='Use True ou False para extrair ou não todo conteúdo de uma determinada página...' '-c', '--category', help='Use para definir uma categoria.' '-g', '--genre', help='Use para definir um gênero.' '-p', '--page', help='Use para especificar uma página.' '--host', help='Defina o host.' '--stream', help='Use com um link embed para abrir o vídeo.' '--tv-channels', help='Use para definir o uso de canais de tv.' '--search', help='Use para buscar filmes por título.' '--select', help='Use True ou False para abrir o menu de seleçao dos filmes...' '--external-player', help='Use para definir o uso de um player externo.' '--renderer-ip', help='Use para definir o IP do dispositivo chromecast.' ``` # Recomendado: ```shell script python -m redecanais --page 2 --all --select python -m redecanais --search batman --select python -m redecanais -g terror -c dublado --page 1 --select python -m redecanais -g terror -c dublado --page 1 --select --external-player python -m redecanais -g terror -c dublado --page 1 --select --external-player --renderer-ip 10.0.0.2 python -m redecanais -tv --search globo --select --external-player vlc --renderer-ip 10.0.0.2 ``` # Importando o módulo: ```python from redecanais.redecanais import ChannelsNetwork if __name__ == '__main__': cn = ChannelsNetwork() films = cn.search('batman') print(films) cn.select_film(films, play=True) ``` %package -n python3-redecanais Summary: Busque,selecione e assista filmes do site https://www.redecanais.com a partir do prompt de comando. Provides: python-redecanais BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-redecanais O **redecanais** ajuda você a assistir vários filmes via linha de comando com *facilidade*: # Instalação: ```shell script pip install redecanais ou pip install git+https://github.com/cleitonleonel/redecanais.git ``` # Uso dentro do módulo: ```shell script python redecanais.py --url ... python redecanais.py --all ... python redecanais.py --category ... python redecanais.py --genre ... python redecanais.py --page ... python redecanais.py --host ... python redecanais.py --stream ... python redecanais.py --search ... python redecanais.py --select ... python redecanais.py --external-player ... python redecanais.py --renderer-ip ... python redecanais.py (-h | --help) python redecanais.py --version ``` # Opções: ```shell script python -m redecanais '-u', '--url', help='Use o link de uma determinada página para extrair informações...' '-a', '--all', help='Use True ou False para extrair ou não todo conteúdo de uma determinada página...' '-c', '--category', help='Use para definir uma categoria.' '-g', '--genre', help='Use para definir um gênero.' '-p', '--page', help='Use para especificar uma página.' '--host', help='Defina o host.' '--stream', help='Use com um link embed para abrir o vídeo.' '--tv-channels', help='Use para definir o uso de canais de tv.' '--search', help='Use para buscar filmes por título.' '--select', help='Use True ou False para abrir o menu de seleçao dos filmes...' '--external-player', help='Use para definir o uso de um player externo.' '--renderer-ip', help='Use para definir o IP do dispositivo chromecast.' ``` # Recomendado: ```shell script python -m redecanais --page 2 --all --select python -m redecanais --search batman --select python -m redecanais -g terror -c dublado --page 1 --select python -m redecanais -g terror -c dublado --page 1 --select --external-player python -m redecanais -g terror -c dublado --page 1 --select --external-player --renderer-ip 10.0.0.2 python -m redecanais -tv --search globo --select --external-player vlc --renderer-ip 10.0.0.2 ``` # Importando o módulo: ```python from redecanais.redecanais import ChannelsNetwork if __name__ == '__main__': cn = ChannelsNetwork() films = cn.search('batman') print(films) cn.select_film(films, play=True) ``` %package help Summary: Development documents and examples for redecanais Provides: python3-redecanais-doc %description help O **redecanais** ajuda você a assistir vários filmes via linha de comando com *facilidade*: # Instalação: ```shell script pip install redecanais ou pip install git+https://github.com/cleitonleonel/redecanais.git ``` # Uso dentro do módulo: ```shell script python redecanais.py --url ... python redecanais.py --all ... python redecanais.py --category ... python redecanais.py --genre ... python redecanais.py --page ... python redecanais.py --host ... python redecanais.py --stream ... python redecanais.py --search ... python redecanais.py --select ... python redecanais.py --external-player ... python redecanais.py --renderer-ip ... python redecanais.py (-h | --help) python redecanais.py --version ``` # Opções: ```shell script python -m redecanais '-u', '--url', help='Use o link de uma determinada página para extrair informações...' '-a', '--all', help='Use True ou False para extrair ou não todo conteúdo de uma determinada página...' '-c', '--category', help='Use para definir uma categoria.' '-g', '--genre', help='Use para definir um gênero.' '-p', '--page', help='Use para especificar uma página.' '--host', help='Defina o host.' '--stream', help='Use com um link embed para abrir o vídeo.' '--tv-channels', help='Use para definir o uso de canais de tv.' '--search', help='Use para buscar filmes por título.' '--select', help='Use True ou False para abrir o menu de seleçao dos filmes...' '--external-player', help='Use para definir o uso de um player externo.' '--renderer-ip', help='Use para definir o IP do dispositivo chromecast.' ``` # Recomendado: ```shell script python -m redecanais --page 2 --all --select python -m redecanais --search batman --select python -m redecanais -g terror -c dublado --page 1 --select python -m redecanais -g terror -c dublado --page 1 --select --external-player python -m redecanais -g terror -c dublado --page 1 --select --external-player --renderer-ip 10.0.0.2 python -m redecanais -tv --search globo --select --external-player vlc --renderer-ip 10.0.0.2 ``` # Importando o módulo: ```python from redecanais.redecanais import ChannelsNetwork if __name__ == '__main__': cn = ChannelsNetwork() films = cn.search('batman') print(films) cn.select_film(films, play=True) ``` %prep %autosetup -n redecanais-1.0.6 %build %py3_build %install %py3_install install -d -m755 %{buildroot}/%{_pkgdocdir} if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "\"/%h/%f\"\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "\"/%h/%f.gz\"\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . mv %{buildroot}/doclist.lst . %files -n python3-redecanais -f filelist.lst %dir %{python3_sitelib}/* %files help -f doclist.lst %{_docdir}/* %changelog * Tue Jun 20 2023 Python_Bot - 1.0.6-1 - Package Spec generated