11 Commits

Author SHA1 Message Date
Rogério Brito
db7b48ce38 Merge branch 'master' into use-other-downloaders
I removed (temporarily) the call to aria2c, so that the merge would be
easier, as the downloading was refactored.

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>

Conflicts:
	test/test_playlists.py
	test/test_utils.py
	youtube_dl/FileDownloader.py
	youtube_dl/YoutubeDL.py
	youtube_dl/__init__.py
	youtube_dl/extractor/__init__.py
	youtube_dl/extractor/anitube.py
	youtube_dl/extractor/bandcamp.py
	youtube_dl/extractor/common.py
	youtube_dl/extractor/gamekings.py
	youtube_dl/extractor/generic.py
	youtube_dl/extractor/livestream.py
	youtube_dl/extractor/soundcloud.py
	youtube_dl/extractor/southparkstudios.py
	youtube_dl/extractor/spiegel.py
	youtube_dl/extractor/toutv.py
	youtube_dl/extractor/videopremium.py
	youtube_dl/extractor/vimeo.py
	youtube_dl/extractor/youtube.py
	youtube_dl/extractor/zdf.py
	youtube_dl/update.py
	youtube_dl/version.py
2013-12-26 15:04:33 -02:00
dst
c0ade33e16 Correct some extractor _VALID_URL regexes 2013-12-04 20:34:47 +07:00
Jaime Marquínez Ferrándiz
e26f871228 Use the new '_download_xml' helper in more extractors 2013-11-26 19:17:25 +01:00
Philipp Hagemeister
8067444280 Clean up unused imports and other minor mistakes 2013-11-23 17:48:47 -02:00
Jaime Marquínez Ferrándiz
72044f3f26 [livestream] Add an extractor for the original version of livestream (closes #1764)
The two versions use different systems.
2013-11-23 17:48:46 -02:00
Philipp Hagemeister
f3682997d7 Clean up unused imports and other minor mistakes 2013-11-20 06:27:48 +01:00
Jaime Marquínez Ferrándiz
c66d2baa9c [livestream] Add an extractor for the original version of livestream (closes #1764)
The two versions use different systems.
2013-11-14 13:16:32 +01:00
Jaime Marquínez Ferrándiz
5f1ea943ab [livestream] fix the extraction of events
It now uses a json dictionary from the webpage.
2013-10-31 08:07:26 +01:00
Jaime Marquínez Ferrándiz
b00ca882a4 [livestream] Fix events extraction (fixes #1467) 2013-09-21 13:50:52 +02:00
Jaime Marquínez Ferrándiz
0ab5531363 [livestream] fix import statement 2013-07-14 09:25:51 +02:00
Jaime Marquínez Ferrándiz
b4444d5ca2 Add LivestreamIE (closes #1042) 2013-07-13 23:58:04 +02:00