Olof Johansson
5fed1b2a4a
Break out progress() to svtplay.output module
...
Now it is very clear that progressbar() duplicates an existing function. But
obsoleting one or the other is work for the future.
2013-02-12 19:19:35 +01:00
Olof Johansson
7433c0465e
svtplay: Fix import of HLS fetcher
2013-02-12 19:03:53 +01:00
Johan Andersson
e41925987a
aftonbladet: handle live streams automagic
2013-02-12 18:52:01 +01:00
Johan Andersson
81c776b94b
aftonbladet: get only take 3 arguments.
2013-02-12 18:50:39 +01:00
Mikael Wikström
762cac8084
svtplay: don't crach when using --hls
2013-02-12 18:49:32 +01:00
Johan Andersson
db85d3ede7
Generic class a way to find embeded videos
...
support for embeded svtplay videos.
2013-02-08 12:37:43 +01:00
Johan Andersson
289cd22b45
Support for radioplay.se
2013-02-08 12:34:28 +01:00
Johan Andersson
c42c664128
download_http: fix a problem when content-length is not present.
2013-02-08 12:22:45 +01:00
Johan Andersson
8e547f436d
tv4play: some fixes for tv4.se
...
In some cases we dont have vid in the url
2013-01-28 22:47:54 +01:00
Johan Andersson
b7b50b101f
Update the comment about pyamf
2013-01-28 22:07:39 +01:00
Johan Andersson
6dbf9da2f8
Merge pull request #25 from dentarg/master
...
Update README
2013-01-28 13:04:34 -08:00
Patrik Ragnarsson
135d84a25e
Update README.md
...
Links to dependencies. Mention the Homebrew formula.
2013-01-28 22:01:13 +01:00
Patrik Ragnarsson
98b0fa57a1
Switch to Markdown for README
2013-01-28 21:50:10 +01:00
Johan Andersson
b82937e189
aftonbladet: handle live streams automagic
2013-01-26 21:15:54 +01:00
Johan Andersson
2aaf4ac8a6
aftonbladet: get only take 3 arguments.
2013-01-26 21:12:52 +01:00
Johan Andersson
cc14a26c60
Update the version number
2013-01-18 10:44:06 +01:00
Johan Andersson
ecb5620ade
Merge pull request #22 from leakim/master
...
svtplay: fix crach when using --hls
2013-01-18 01:42:12 -08:00
Mikael Wikström
6e5a1af449
svtplay: don't crach when using --hls
2013-01-18 10:31:13 +01:00
Olof Johansson
115e795835
Initial work on splitting script to modules
...
Does not work reliably (downloading SVTPlay videos with HDS may work
if you're lucky).
2013-01-17 00:21:47 +01:00
Johan Andersson
bd0b3eabee
Sr: typo in the domainname
2013-01-16 12:22:49 +01:00
Johan Andersson
37d6c75e8e
Update README
2013-01-15 18:22:15 +01:00
Johan Andersson
aef318475c
kanal9: adding support for kanal5.se
2013-01-15 18:19:03 +01:00
Johan Andersson
7ab00f2d89
options.output failed when the title tag had an attribute
2013-01-15 17:52:04 +01:00
Johan Andersson
e3228813b5
tv4play: crash when there was no subtitle
2013-01-15 17:42:49 +01:00
Johan Andersson
8bb19793fb
The old fix didnt work so well on python2.
2013-01-15 17:24:36 +01:00
Johan Andersson
ff73f768f0
tv4play: adding support for tv4.se
2013-01-15 17:20:56 +01:00
Johan Andersson
55782715cb
Debug crüft..
2013-01-14 23:37:10 +01:00
Johan Andersson
5eb0dc0a85
Python3 support for HLS streams.
2013-01-14 23:34:31 +01:00
Johan Andersson
5775317653
Justin: right domain for twitch.
2013-01-14 16:51:27 +01:00
Johan Andersson
96b03b0d7d
Introduce .handle function in classes
2013-01-14 16:20:59 +01:00
Johan Andersson
220fa2479d
Move code into the classes.
2013-01-14 16:20:59 +01:00
Johan Andersson
3999295024
Merge pull request #19 from antoneliasson/master
...
Ignore backup copies and compiled Python code in VCS
2013-01-14 07:17:17 -08:00
Anton Eliasson
e9e0705e66
New .gitignore file to make Git ignore backups and compiled Python code
...
- *~ makes Git ignore backup files created by editors like Emacs and Gedit.
- *.pyc makes Git ignore for example __pycache__/svtplay_dl.cpython-33.pyc
Since the __pycache__ directory is now considiered empty, it is also ignored.
2013-01-14 16:08:11 +01:00
Johan Andersson
fc1c58acc8
Merge pull request #18 from antoneliasson/master
...
In method get in class Svtplay: index dict streams by number instead of key for Python 3 compatibility.
2013-01-13 07:56:13 -08:00
Anton Eliasson
4cf75a1b91
In method get in class Svtplay: index dict streams by number
...
instead of key for Python 3 compatibility.
In Python 2, dict.keys() returned a list but in Python 3 it returns a dict_keys
instance which is not indexable. Details: http://stackoverflow.com/questions/8953627/python-dictionary-keys-error
This patch should be compatible with both Python 2 and 3.
2013-01-13 16:33:53 +01:00
Johan Andersson
b021de9cae
svtplay: we can now download all the videos.
2013-01-13 12:54:01 +01:00
Johan Andersson
7fe7d5f321
Cosmetics: whitespaces
2013-01-12 23:07:41 +01:00
Johan Andersson
1209e37616
download_http: forgot a check for options.output
2013-01-12 16:02:57 +01:00
Johan Andersson
101a492cb2
svergiesradio: use options.other
2013-01-12 16:01:00 +01:00
Johan Andersson
242274df0f
change the order on download_http
2013-01-12 15:59:51 +01:00
Johan Andersson
5a6e69fffb
It should be options.output in get_media
2013-01-12 15:50:00 +01:00
Johan Andersson
39ddc44aca
download_hls: adding support for baseurl.
...
Now ruv can use download_hls instead of download_m3u8
2013-01-12 14:52:35 +01:00
Johan Andersson
2d69eb199a
sort the list in README
2013-01-12 14:27:28 +01:00
Johan Andersson
38235afae6
Update sites in README
2013-01-12 14:24:59 +01:00
Johan Andersson
b41f136d29
Adding estimated time to hls and hds.
2013-01-12 14:22:47 +01:00
Johan Andersson
20726dcb54
nrk.no: support for HDS streams.
2013-01-12 14:03:45 +01:00
Johan Andersson
6ff4cb9288
Merge remote-tracking branch 'unayok/master'
2013-01-12 13:55:43 +01:00
Johan Andersson
10a64eb935
tv4play: live was always set
2013-01-11 15:29:05 +01:00
Shawn Sulma
09cb462936
read direct from response streams for m3u8 downloads, add some time remaining estimation
2013-01-10 16:33:32 -05:00
Shawn Sulma
6dd84bfa62
add possibly-naive nrk.no, dr.dk and ruv.is handling (for non-live streams)
2013-01-10 11:57:52 -05:00