28997 Commits

Author SHA1 Message Date
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
Paolo de Dios
41640223b4 Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [wrzuta] Remove extractor (closes #20684) (#20801)
  [twitch] Prefer source format (closes #20850)
  Move issue template templates into separate folder
  Issue template overhaul
  [twitcasting] Add support for private videos (#20843)
  [twitcasting] Fix test: video title (#20840)
  [reddit] check thumbnail URL(closes #20030)
2019-04-26 19:56:54 -07:00
FA
e53b782ee6 [otomads] Add new extractor 2019-04-26 19:26:38 -07:00
Jakub Wilk
aa05a093bb [wrzuta] Remove extractor (closes #20684) (#20801)
Wrzuta.pl was shut down in 2017.
2019-04-27 05:12:15 +07:00
Sergey M․
60e67c5b2c
[twitch] Prefer source format (closes #20850) 2019-04-27 05:08:27 +07:00
Sergey M․
eefa0f2157
Move issue template templates into separate folder 2019-04-27 04:55:30 +07:00
Sergey M․
6f366ef30c
Issue template overhaul 2019-04-27 04:50:47 +07:00
nindogo
61904805ef Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-27 00:30:06 +03:00
quinlander
b84e08fb70 [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-26 16:54:09 -04:00
Thomas Tsiakalakis
12a7c5e8c2 [intldropout] better login checks 2019-04-26 19:19:22 +02:00
Peter Uhrig
dbd292c621 [dump-video-list-only] Add option to dump video list only 2019-04-26 18:27:02 +02:00
Mao Zedong
88b547492f [twitcasting] Add support for private videos (#20843) 2019-04-26 16:17:40 +00:00
Peter Uhrig
e6664d3bc6
Merge pull request #1 from ytdl-org/master
just get this upgraded
2019-04-26 17:24:12 +02:00
maozed
db60fbab47 [twitcasting] Fix code format 2019-04-26 11:40:55 +00:00
maozed
99fe5e0100 [twitcasting] Add support for private videos 2019-04-26 10:42:25 +00:00
nindogo
90dc52080c Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-26 13:37:26 +03:00
Mao Zedong
00a9a25cf9 [twitcasting] Fix test: video title (#20840) 2019-04-26 09:34:23 +00:00
Remita Amine
97abf05ad3 [reddit] check thumbnail URL(closes #20030) 2019-04-26 10:26:51 +01:00
Jakub Wilk
7d227ec4db [redditr] Ignore "default" thumbnails (closes #20030) 2019-04-26 11:24:48 +02:00
maozed
85fa68d54e [twitcasting] Fix test: video title 2019-04-26 09:12:23 +00:00
Frank Wang
4157ae7d5c [linkedin:learning] add support for subtitle
fix import error in Python 2.X
2019-04-26 09:40:32 +08:00
FA
eaabac9a1e [earthcam] Add new extractor per #19293 2019-04-25 16:46:07 -07:00
FA
31278775bb [earthcams] Add new extractor per #19293 2019-04-25 16:21:02 -07:00
FA
7b392e10fb [earthcams] Add new extractor per #19293 2019-04-25 13:19:22 -07:00
FA
cf2b0fe00e [earthcams] Add new extractor per #19293 2019-04-25 13:07:14 -07:00
Paolo de Dios
f9ac4ab6ba Merge branch 'master' of github.com:rg3/youtube-dl
* 'master' of github.com:rg3/youtube-dl:
  [ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklist [ci skip]
  [yandexmusic] fix track url extraction(closes #20820)
2019-04-25 11:44:40 -07:00
nindogo
22bf07cb16 Merge remote-tracking branch 'upstream/master' into porntrex 2019-04-25 21:41:49 +03:00
Sergey M․
da668a23bd
[ISSUE_TEMPLATE.md] Add entry on argument escaping in make-sure checklist
[ci skip]
2019-04-26 00:46:41 +07:00
David Hood
c43eb64539 Fixed title to use 'seriesTitle' instead of incorrectly using 'seriesDescription' 2019-04-26 00:30:51 +10:00
Frank Wang
4284081fda [linkedin:learning] add support for subtitle
checked the code with flake8
2019-04-25 22:30:31 +08:00
David Hood
5305e1ece5 Fixed mixup between title and episode_title. 2019-04-26 00:21:14 +10:00
Frank Wang
94c7e182e2 [linkedin:learning] add support for subtitle 2019-04-25 22:19:39 +08:00
David Hood
3780cdd234 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	youtube_dl/extractor/abc.py
2019-04-25 23:58:30 +10:00
David Hood
ccf7ed236f Re-added restrictions to the id expression until the following can be otherwise distinguished:
https://iview.abc.net.au/programs/play-school-celebrity-covers
https://iview.abc.net.au/programs/CK1752H001S00
2019-04-25 23:56:06 +10:00
David Hood
2b90c649bb Matched to Daniel Heath's earlier version of ABCIViewShowIE. 2019-04-25 23:45:25 +10:00
David Hood
5e8d882b19 Fixed all review comments. 2019-04-25 23:45:24 +10:00