Sergey M․
fe1d858e35
[mtvservices:embedded] Add _extract_url
9 years ago
Sergey M․
fc42bc6ec9
[mtv] Look for sm4:video:embed ( Closes #6936 , closes #6970 )
9 years ago
Sergey M․
20149a5da1
[mtvservices] Fix title extraction under python 2
9 years ago
Sergey M․
054d43bb11
[mtvservices] Catch more georestriction errors
9 years ago
Sergey M․
65488b820c
[mtvde] Add support for news
9 years ago
Sergey M․
c3c9f87954
[mtvde] Add test for mediagen URL without query
9 years ago
Sergey M․
56f447be9f
[mtvservices] Fix mediagen URL generation
9 years ago
Sergey M․
79fa9db0da
[mtvde] Simplify ( Closes #6673 )
9 years ago
Paul Hartmann
071c10137b
[MTV] move German mtv site to new class
9 years ago
Sergey M․
a542e372ab
[mtv] Stuff lang into info URL when available
10 years ago
Sergey M․
0dfe9bc9d2
[mtv] Capture and output error message ( #5420 )
10 years ago
Jaime Marquínez Ferrándiz
0af25f784b
[mtv] Convert to new subtitles system
10 years ago
Philipp Hagemeister
ca0f500ecf
[mtv] Modernize and clean up test
10 years ago
Sergey M․
e525d9a3df
[mtv] Extract subtitles ( Closes #4811 )
10 years ago
Jaime Marquínez Ferrándiz
3fcfb8e9fa
[utils] YoutubeDLHandler: don't use 'Youtubedl-user-agent' for overriding the default user agent
...
Setting the 'User-Agent' header is enough
10 years ago
Philipp Hagemeister
1cc79574fc
Fix imports and general cleanup
...
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail.
· Use _match_id consistently whenever possible
· Fix some outdated tests
· Use consistent valid URL (always match the whole protocol, no ^ at start required)
· Use modern test definitions
10 years ago
Philipp Hagemeister
8865bdeb37
Remove useless u prefixes
10 years ago
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
10 years ago
Jouke Waleson
8bcc875676
PEP8: more applied
10 years ago
Jouke Waleson
5f6a1245ff
PEP8 applied
10 years ago
Philipp Hagemeister
5239075bb6
[mtv] Return a proper playlist result ( #4254 )
10 years ago
Jaime Marquínez Ferrándiz
71f8c7ce7a
[mtvservices:embedded] Improve config url ( fixes #4092 )
10 years ago
Pascal Brax
2774852c2f
Fix MTV/GameTrailers "Bad Request" error
...
Bugfix for bug #4123 & #4153
10 years ago
Adam Malcontenti-Wilson
b1298d8e06
Test for colon in mgid
10 years ago
Jaime Marquínez Ferrándiz
8940c1c058
[mtv] Add an extractor for the mtvservices embedded player ( closes #2995 )
11 years ago
Ralf Haring
34d863f3fc
[vh1] use standard sort ( #2072 )
11 years ago
Ralf Haring
3ee4b60d56
[vh1] Add new extractor ( #2072 )
11 years ago
Jaime Marquínez Ferrándiz
0ef68e04d9
[mtv] Transform the urls from the mobile version to get the best quality
...
And don't report a warning, just log a message, it allows to pass the test from Europe.
11 years ago
Jaime Marquínez Ferrándiz
340b046876
[spike] Add support for downloading the mobile version if the normal version is geoblocked
11 years ago
Jaime Marquínez Ferrándiz
cc1db7f9b7
[mtv] Improve detection of geoblocked videos
11 years ago
Sergey M.
713d31fac8
[gametrailers] Fix gametrailers test
11 years ago
Sergey M.
96cb10a5f5
[mtv] Improve title extraction
11 years ago
Philipp Hagemeister
1df4229bd7
[mtv/gametrailers] Change order of title preference
...
It looks like the plain title is better again
11 years ago
Jaime Marquínez Ferrándiz
b9381e43c2
Fix the extraction of full-episodes urls from southpark.com ( fixes #2278 )
...
Added an additional regex to the generic _real_extract method of MTVServicesInfoExtractor
11 years ago
Jaime Marquínez Ferrándiz
4bbf139aa7
[southparkstudios] Use the generic `_real_extract` provided by the base class
11 years ago
Philipp Hagemeister
780ee4e501
[comedycentral] Adapt testcase
...
In contrast to other sites, ComedyCentral seems to understand how to sensibly use MTV IE, but the additional text shouldn't hurt.
11 years ago
Philipp Hagemeister
af1588c05f
[mtv] Update tests and xpath function for new title extraction
11 years ago
Philipp Hagemeister
6562df768d
Merge branch 'master' of github.com:rg3/youtube-dl
...
Conflicts:
youtube_dl/extractor/mtv.py
11 years ago
Philipp Hagemeister
32dac6943d
[mtv] Use unicode_literals
11 years ago
Philipp Hagemeister
90834c78fe
[mtv] Fix title for gametrailers ( Fixes #2188 )
...
We now prefer the title including the category, because that title is what is presented at the actual sites.
11 years ago
Jaime Marquínez Ferrándiz
bc4ba05fcb
[mtv] Add an extractor for mtviggy.com ( #2072 )
11 years ago
Jaime Marquínez Ferrándiz
8d9453b9e8
Add an extractor for spike.com ( #2072 )
...
Added a generic _real_extract to MTVServicesInfoExtractor
11 years ago
Jaime Marquínez Ferrándiz
e4f320a4d0
[mtv] Check for geo-blocked videos in the xml document, not in the xml’s string
...
Allows to use the `_download_xml` method
11 years ago
Jaime Marquínez Ferrándiz
ef9f2ba7af
[mtv] Use unicode_literals
11 years ago
Philipp Hagemeister
5aafe895fc
Correct XML ampersand fixup
11 years ago
Jaime Marquínez Ferrándiz
c801b2051a
Add an extractor for cmt.com ( closes #2049 )
...
It just inherits from MTVIE.
Some videos also come from vevo.com
11 years ago
Jaime Marquínez Ferrándiz
5c541b2cb7
[mtv] Add support for urls from the mobile site ( fixes #1959 )
11 years ago
Philipp Hagemeister
e2b38da931
[mtv] Fixup incorrectly encoded XML documents
11 years ago
Jaime Marquínez Ferrándiz
84db81815a
Move common code for extractors based in MTV services to a new base class
...
Removes the duplication of the thumbnail extraction code (only MTVIE needs to override it)
11 years ago
Jaime Marquínez Ferrándiz
fb7abb31af
Remove the compatibility code used before the new format system was implemented
11 years ago