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
mikenye
1b35543bc8
modified: Dockerfile
...
new file: build_and_push.sh
modified: init
Script build & tag process.
Make youtube-dl run as regular user.
2019-04-27 19:24:48 +08:00
Remita Amine
3545d38bfb
[sixplay] add missing parenthesis
2019-04-27 10:32:53 +01:00
Remita Amine
2309d6bf92
[sixplay] try to extract non drm protected manifests( closes #20849 )
2019-04-27 10:17:34 +01:00
Remita Amine
822b9d9cb0
[youtube] improve Youtube Music Auto-generated description parsing( closes #20742 )
2019-04-27 09:16:17 +01:00
quinlander
5caabd3c70
[youtube] Extract additional meta data from video description on youtube music videos
...
YouTube music videos often have auto-generated video descriptions that can be
utilized to extract additional information about the video. This is desirable
in order to provide the user with as much meta data as possible. This commit
adds extraction methods for the following fields for youtube music videos:
- artist (fallback extraction methods added)
- track (fallback extraction methods added)
- album (new in this commit)
- release_date (new in this commit)
- release_year (new in this commit)
4 tests have been added to test this new functionality:
- YoutubeIE tests 27, 28, 29, and 30
Resolves : #20599
2019-04-27 09:09:54 +01:00
Mike
26fd6011f6
Create README.md
...
```
Where `CONTAINER` is the name of the running container.
To start a container with a shell (instead of `youtube-dl`), execu
2019-04-27 15:54:18 +08:00
Mike
5aafc63150
Update Dockerfile
2019-04-27 15:00:56 +08:00
Mike
77573867f8
Create init
2019-04-27 14:43:58 +08:00
Mike
94510116f6
Update Dockerfile
2019-04-27 14:40:03 +08:00
Mike
5283a40697
Create Dockerfile
2019-04-27 14:37:49 +08:00