Johan Andersson
2febdd855e
urplay: support for subtitles
2013-02-21 19:51:52 +01:00
Johan Andersson
b036149a00
Adding support for TimedText subtitles
2013-02-21 19:43:42 +01:00
Johan Andersson
66bb33243a
expressen: it works now again.
2013-02-21 19:09:33 +01:00
Johan Andersson
623b54c057
tv4play: support for subtitle.
2013-02-21 15:21:35 +01:00
Johan Andersson
72c0282966
svtplay: support for subtitle
2013-02-21 15:12:47 +01:00
Johan Andersson
3f9eb4d480
Output the name of the subtitle.
2013-02-21 15:11:19 +01:00
Johan Andersson
81d17a1bf1
Adding few subtitle formats.
...
json, sami, smi and wsrt
2013-02-20 19:17:41 +01:00
Johan Andersson
948c39fce3
download_rtmp: work around for a bug in python2.7
...
python2.7.2 in OSX Mountain Lion has bug in shlex.split().
see http://bugs.python.org/issue6988
2013-02-16 21:54:09 +01:00
Johan Andersson
0ddacb8bcc
download_hds: fix some decoding problems
...
Saw some issues while downloading streams from urplay.
2013-02-16 21:05:08 +01:00
Johan Andersson
f7fa142871
download_hds: dont hardcode metadata size.
2013-02-16 18:23:18 +01:00
Johan Andersson
4c8bebd458
Merge pull request #28 from olof/hls-dont_assume_baseurl
...
download_hls: Don't assume baseurl is set
2013-02-15 23:46:49 -08:00
Olof Johansson
fa498cf4ea
download_hls: Don't assume baseurl is set
2013-02-15 19:58:23 +01:00
Johan Andersson
0a6bbfba87
download_rtmp: add a dot before extention and after filename
2013-02-15 10:42:18 +01:00
Johan Andersson
7b43bb8420
urplay: use rtmp instead of hds
2013-02-15 10:41:17 +01:00
Johan Andersson
d206c0c38c
download_hls: add support for relative urls
2013-02-14 23:47:00 +01:00
Johan Andersson
a3159938eb
urplay: adding support for ur.se
2013-02-14 23:44:53 +01:00
Johan Andersson
3007584c39
urplay: add support for the new site
...
some help from @unayok
2013-02-14 23:42:30 +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
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