Skip to main content

Console interface to stream websites

Project description

https://travis-ci.org/marcwebbie/spycis.svg https://coveralls.io/repos/marcwebbie/spycis/badge.png Code Health

Spycis is a python console interface to stream websites. With spycis can search, download, stream locally, watch streaming site videos with only one command.

Installing

Install

pip install spycis

Update

pip install -U spycis

Uninstall

pip uninstall spycis

Quickstart

# searching for available streams
spycis "Breaking Bad"

# getting stream url for episode 6 from season 4 of Breaking Bad
spycis "Breaking Bad" -s s04e06

# getting download url for episode 6 from season 4 of Breaking Bad
spycis "Breaking Bad" -r s04e06

# downloading episode 6 from season 4 of Breaking Bad
# requires: wget
spycis "Breaking Bad" -r s04e06 --download

# stream episode 6 from season 4 of Breaking Bad
# requires: vlc
spycis "Breaking Bad" -r s04e06 --stream

# play episode 6 from season 4 of Breaking Bad
# requires: vlc
spycis "Breaking Bad" -r s04e06 --play

# play episode 6 from season 4 of Breaking Bad with subtitles
# requires: vlc
spycis "Breaking Bad" -r s04e06 --play --subtitles /path/to/subtitles.srt

# list available sites
# spycis --site-list

Writing plugins

Wrappers

Wrappers are stream website scrapers. They find stream urls on the given site and return a list of Media objects representing them.

  • Write a module with the name of the website wrapped

  • Create a subclass spycis.wrappers.common.BaseWrapper

  • Drop the module into spycis.wrappers package

Extractors

Extractors find direct download url in stream urls found by Wrappers.

  • Write a module with the name of the stream website from where you extract urls

  • Create a subclass spycis.wrappers.common.BaseExtractor

  • Drop the module into spycis.extractors package

License (WTFPL)

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2013-2014 Marc Webbie https://github.com/marcwebbie

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

spycis-0.0.6.1.tar.gz (22.1 kB view details)

Uploaded Source

File details

Details for the file spycis-0.0.6.1.tar.gz.

File metadata

  • Download URL: spycis-0.0.6.1.tar.gz
  • Upload date:
  • Size: 22.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for spycis-0.0.6.1.tar.gz
Algorithm Hash digest
SHA256 6fd8fea1e86cf8ffa6bd9ef4697ddf69a03d9ca05eaab09c612e8665eacc7941
MD5 39c275a2bc913cf9bd3d511810ab43c7
BLAKE2b-256 699b4f0c4633806c88bed53d302566d828b538497d5b14a9ad0f2c662eea5ac7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page