28371 Commits

Author SHA1 Message Date
Michael Tilbury
eaf1ef17dd Make regex search more strict by only matching whitespace. 2019-05-02 13:43:15 -07:00
David Hood
70b46b7605 Fixed failing tests for ABCIView and ABCIViewShow 2019-05-03 00:12:54 +10:00
David Hood
7806e673cb Merge remote-tracking branch 'upstream/master' 2019-05-02 23:46:02 +10:00
David Hood
21221d0d92 Only match on unambiguous urls - this removes the overly restrictive <id>.
urls containing programs/<series>/<id> are still used since they are
returned by the series json info.
2019-05-02 23:22:37 +10:00
Remita Amine
e0dde1d8e2 [fox] fix Uplynk PrePlay error handling under python 2(#20925) 2019-05-02 10:46:29 +01:00
J. Randall Owens
6182474984 Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-05-02 10:02:21 +01:00
nindogo
56b6e28b06 Merge remote-tracking branch 'upstream/master' into porntrex 2019-05-02 01:01:48 +03:00
Sergey M․
62d10f0d32
[fox] Fix API error handling under python 2 (closes #20925) 2019-05-02 00:36:52 +07:00
Sergey M․
274519dd08
[redbulltv] Extend _VALID_URL (closes #20922) 2019-05-01 21:36:19 +07:00
J. Randall Owens
8bdd8b3cbf Merge branch 'master' of https://github.com/rg3/youtube-dl 2019-05-01 11:26:05 +01:00
sgerwk
961fbb6dc0 [paramount] generalize extractor to paramountnetwork.es 2019-05-01 00:11:57 +02:00
sgerwk
df6a9996d7 [paramount] update urls to paramountnetwork.it 2019-04-30 19:00:26 +02:00
nindogo
12af751a37 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-30 04:17:45 +03:00
nindogo
bbf0342afd Change test case for PornTrexIE
The video that we used to test the previous version of porntrex.py is no
longer on the website. This led to failures in the tests. Here we have a
corrected version with working URL.
2019-04-30 04:13:32 +03:00
Sergey M․
091200c368
release 2019.04.30 2019.04.30 2019-04-30 06:11:50 +07:00
Sergey M․
67bfbe4942
[ChangeLog] Actualize
[ci skip]
2019-04-30 06:08:51 +07:00
Sergey M․
54f3b61216
[openload] Use real Chrome versions (closes #20902) 2019-04-30 05:59:12 +07:00
nindogo
53cd5b7926 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-30 01:47:20 +03:00
Sergey M․
a61ce71468
[youtube] Remove info el for get_video_info request
Since it does not work for quite a long time
2019-04-30 04:49:12 +07:00
Sergey M․
026fbedc85
[youtube] Improve extraction robustness
Fail on missing token only when no formats found
2019-04-30 04:32:55 +07:00
chazardsquair
75493fcc0e
Handle 404's
Display error message when attempting to download deleted or removed video, or when the page cannot be found
2019-04-29 06:37:12 -05:00
Jakub Wilk
cd27e6200c [utils] Transliterate "þ" as "th"
Despite visual similarity "þ" is unrelated to "p".
It is normally transliterated as "th":

    $ echo þ-Þ | iconv -t ASCII//TRANSLIT
    th-TH
2019-04-29 13:34:34 +02:00
Jakub Wilk
488f54abc2 [tvn24] Fall back to data-src when data-quality is missing 2019-04-29 13:15:11 +02:00
Jakub Wilk
34d72db040 [tvn24] Add another test 2019-04-29 13:15:11 +02:00
chazardsquair
df7e8f5b36
Merge pull request #1 from ytdl-org/master
Merge from 04/28
2019-04-29 05:11:24 -05:00
Tony Lefebvre
89c7acf617 [20875] stop using requests 2019-04-28 22:09:23 +02:00
Tony Lefebvre
02a17992b8 [20875] fix Can't be None 2019-04-28 21:37:46 +02:00
chazardsquair
e8c1120f6a
[XVideos] Remove unused import
Flake8 found unused import, removed
2019-04-28 14:20:25 -05:00
chazardsquair
f53dfc6b14
[XVideos] Remove or rename meta fields
Fields validated with common.py

uploader_channel => renamed to uploader_id
related_categories => renamed to categories
sponsor => renamed to creator
performers => removed
performer_channels => removed
2019-04-28 14:09:57 -05:00
Remita Amine
6e07b5a6d5 [dramafever] Remove extractor(closes #20868) 2019-04-28 18:02:41 +01:00
Remita Amine
c464e1df2c [adn] fix subtitle extraction(#12724) 2019-04-28 17:50:47 +01:00
Remita Amine
92bc97d398 [youtube] extract album from Music in this video section(#20301) 2019-04-28 17:38:20 +01:00
Sergey M․
f916abc0ac
[ccc] Improve extraction (closes #14601, closes #20355) 2019-04-28 23:08:09 +07:00
Tobias Gruetzmacher
24510bdcfa
[ccc] Extract creator 2019-04-28 23:07:41 +07:00
Tobias Kunze
ae8c13565e
[ccc:playlist] Add extractor 2019-04-28 23:07:01 +07:00
Tony Lefebvre
60860c2e95 [17049] rudimental support of password-protected events (playlist) in livestream.com 2019-04-28 16:12:45 +02:00
chazardsquair
7d55014e2f
[XVideos] Add support for untracked properties
performers, performer_channels, uploader, uploader_channel, related_categories, tags, and sponsor properties are now exposed
2019-04-28 06:07:33 -05:00
Remita Amine
280913800d [sverigesradio] improve extraction(closes #18635) 2019-04-28 12:03:39 +01:00
Mattias Wadman
7ff8ad80f1 [sverigesradio] Add extractor 2019-04-28 10:07:06 +01:00
Mattias Wadman
26beee93d4 [sverigesradio] Add extractor 2019-04-28 10:24:17 +02:00
Tobias Gruetzmacher
1544cae32f [ccc] Map persons to creator metafield 2019-04-28 09:19:54 +02:00
Tobias Kunze
ee73fd2372 [ccc] Support playlist download for media.ccc.de 2019-04-28 09:19:54 +02:00
FA
e7e8e4b445 [earthcam] Add new extractor 2019-04-27 17:57:43 -07:00
Remita Amine
4e4db743e7 [cinemax] Add new extractor 2019-04-28 00:42:55 +01:00
Jakub Wilk
213e3db8d8 [tvn24] Don't warn about missing OpenGraph description
The OpenGraph description is missing on some pages.
2019-04-27 22:32:17 +02:00
Jakub Wilk
2d220ad875 [tvn24] Fall back to <title> when OpenGraph title is missing 2019-04-27 22:28:29 +02:00
Jakub Wilk
27d70ea99e [tvn24] Extract video id from the data-video-id attribute
Extracting video identifier from the data-share-params attribute has proven to
be brittle: the attribute is bogus for some videos and completely missing for
some others.

Extract the identifier from the numeric part of the data-video-id attribute
instead.
2019-04-27 22:23:24 +02:00
Jakub Wilk
7a1f93ed8e [flake8] Ignore W504 (line break after binary operator)
Both W504 (line break after binary operator) and W503 (line break before binary
operator) were implicitly enabled, even though conceptually they are mutually
exclusive.

W504 had over 100 hits, while W503 had none, so let's disable the former.
2019-04-27 22:11:30 +02:00
David Hood
2e0f5efcf1 Improved error message when 'playlist' is missing from video_params.
Error messaged will use the 'statusMessage', if available.
This will give messages like:
* "This episode is no longer available in iview."
* "This episode is not yet available in iview."
These additional lines are removed from the 'statusMessage':
  "Programs are normally available for 14 days."
  "You may enjoy similar programs to this, shown below."
  "Learn more about program availability in the FAQs, under Support."
2019-04-27 22:30:54 +10:00
Mike
d8e39aca34
Update README.md 2019-04-27 19:31:51 +08:00