Sergey M․
e87d98b0dd
[yahoo] Add improve content id regexes ( Closes #8290 )
9 years ago
igv
383496e65e
Additional regex for yahoo extractor
9 years ago
Jaime Marquínez Ferrándiz
ca227c8698
[yahoo] Support pages that use an alias ( fixes #8084 )
9 years ago
Sergey M․
1721fef28b
[yahoo] Fix test
9 years ago
Sergey M․
364ca0582e
[yahoo] Process query result embedded in webpage
9 years ago
remitamine
daeb0f04cd
[yahoo] change test md5 checksum
9 years ago
Yen Chi Hsuan
ecee572411
[yahoo] Add support for closed captions ( closes #5714 )
10 years ago
Yen Chi Hsuan
861e65eb05
[yahoo] Extend _VALID_URL
10 years ago
Yen Chi Hsuan
e15307a612
[NBCSports/Yahoo] Comment out some MD5 checksums
They seems to change constantly
10 years ago
Yen Chi Hsuan
a2a4d5fa31
[Yahoo/NBCSports] Generalize NBC sports info extractor
10 years ago
Yen Chi Hsuan
a28ccbabc6
[Yahoo/NBCSports] Fix #5226
10 years ago
Philipp Hagemeister
85d5866177
[yahoo] Remove md5sum from test case
The md5 sum has changed repeatedly, and we check whether it looks like a video anyways nowadays.
10 years ago
Jaime Marquínez Ferrándiz
653d14e2f9
[yahoo] Update extraction process
Their webpage uses now https://video.media.yql.yahoo.com/v1/video/sapi/streams/ for getting the video info.
10 years ago
Jaime Marquínez Ferrándiz
85fab7e47b
[yahoo] Replace two tests
The first one returned an internal server error.
The other doesn't seem to contain a video anymore.
10 years ago
Jaime Marquínez Ferrándiz
3aa9176f08
[yahoo] Improve video id detection ( fixes #4521 )
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
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
10 years ago
Jouke Waleson
2514d2635e
PEP8: E225,E227
10 years ago
Jouke Waleson
8bcc875676
PEP8: more applied
10 years ago
Sergey M․
3c06d3715e
[yahoo] Generalize, support arbitrary subdomains, support iframe videos, capture error message ( Closes #2470 )
10 years ago
Sergey M․
762958d5af
[yahoo] Add support for regional subdomains and extract duration ( Closes #3915 )
10 years ago
Philipp Hagemeister
e7db973328
[yahoo] Remove test case
This video seems to have been removed entirely
10 years ago
Sergey M․
071a236c5a
[yahoo] Add one more pattern for content id
10 years ago
Sergey M․
49807b4ac6
[yahoo] Add support for embedded videos ( Closes #3525 )
10 years ago
pulpe
dede691aca
[yahoo] improve thumbnail extraction
11 years ago
Sergey M․
fb6a5b965b
[yahoo] Improve content id extraction
11 years ago
Sergey M․
6340716b3a
[yahoo] Make thumbnail optional ( Closes #3043 )
11 years ago
Philipp Hagemeister
a4eb9578af
[yahoo] Add support for movies ( Fixes #2780 )
11 years ago
Philipp Hagemeister
52fadd5fb2
[test_all_urls] Add support for distributed URL matching test definition
11 years ago
Philipp Hagemeister
c8edf47b3a
[yahoo] Support https and -uploader URLs ( Fixes #2701 )
11 years ago
Philipp Hagemeister
1525148114
Remove unused imports
11 years ago
Jaime Marquínez Ferrándiz
88f1c6de7b
[yahoo] Modernize
11 years ago
Arjun Sreedharan
2317e6b2b3
[yahoo] use unicode_literals
11 years ago
Philipp Hagemeister
7217e148fb
[yahoo] Use centralized sorting, and add tbr field
11 years ago
Philipp Hagemeister
a1ef7e85d6
Remove unused imports
11 years ago
Jaime Marquínez Ferrándiz
c5171c454b
[yahoo] Force use of the http protocol for downloading the videos.
11 years ago
Jaime Marquínez Ferrándiz
befd88b786
[yahoo] Add an extractor for yahoo news ( closes #1849 )
11 years ago
Jaime Marquínez Ferrándiz
35907e23ec
[yahoo] Fix video extraction and use the new format system exclusively
11 years ago
Jaime Marquínez Ferrándiz
a56f9de156
Style fixes for extractors: remove spaces around (,),{ and }
11 years ago
Jaime Marquínez Ferrándiz
cb354c8f62
[yahoo] Download the info from another page
The 'meta' field is not always in the video webpage
11 years ago
Philipp Hagemeister
17ad2b3fb1
[yahoo] Switch ext of test
11 years ago
Philipp Hagemeister
5e2a60db4a
[yahoo] Fix test title
11 years ago
Philipp Hagemeister
466880f531
[yahoo] Do not try to run rtmpdump on travis
11 years ago
Jaime Marquínez Ferrándiz
9c15e9de84
[yahoo] Fix video extraction ( fixes #1521 )
There's no need to use two different methods.
Now we can also download videos over http if possible.
Also run the test for rtmp videos, but skip the download.
11 years ago
Philipp Hagemeister
0f81866329
Add --list-extractor-descriptions (human-readable list of IEs)
12 years ago
Philipp Hagemeister
6f5ac90cf3
Move tests to the IE definitions
12 years ago
Philipp Hagemeister
934858ad86
Move YahooSearchIE to youtube_dl.extractor.yahoo
12 years ago
Philipp Hagemeister
d6039175e5
Move yahoo into its own file
12 years ago