31047 Commits

Author SHA1 Message Date
aviperes
cd54efa8ed
Merge pull request #298 from aviperes/facebook-tahoe-bug
trying to get video-date using the tahoe data before giving up
2020-04-22 20:03:02 +03:00
swedebugia
4635796778
Download and parse subtitle information from m3u8
The format is hardcoded to vtt for now and works with mpv out of the box. Test with e.g. youtuble-dl https://www.tv4play.se/program/scandinavian-star/12515629 --all-subs (and open with mpv with: "mpv --audio-file-auto=fuzzy"
2020-04-22 18:22:45 +02:00
swedebugia
eedd717032
Add method for parsing of subtitles from m3u8
This is needed for TV4 subtitles
2020-04-22 18:16:36 +02:00
Avichai
41f3835b53 trying to get video-date using the tahoe 2020-04-22 18:04:54 +03:00
swedebugia
3acf1dbfd5
remove whitespace 2020-04-22 14:31:44 +02:00
Ben Bryant
a8c4b05a9c Use existing subtitle methods for extraction 2020-04-21 18:11:11 -07:00
Yarn
ea0a881157 Update twitcasting extractor and add twitcasting history extractor 2020-04-21 15:21:17 -07:00
hodayabu
b9f1ba3c01 video info platform tiktok 2020-04-21 17:57:08 +03:00
Nick Lai
5e7738a0df
[MicrosoftStream] Fix typo 2020-04-21 22:08:24 +08:00
Nick Lai
67db51cdfe
[MicrosoftStream] Add extractor for channels and refactor single video extractor 2020-04-21 22:08:13 +08:00
Nick Lai
292be92987
[MicrosoftStream] Fix code style, add test 2020-04-21 22:08:13 +08:00
Nick Lai
5416301787
[MicrosoftStream] Fixed code style and refactor 2020-04-21 22:08:12 +08:00
Nick Lai
05698ebf9b
[MicrosoftStream] Add new extractor 2020-04-21 22:08:09 +08:00
tsia
f2e0bcd9b8
Merge pull request #14 from ytdl-org/master
update
2020-04-21 14:42:59 +02:00
hodayabu
17880cbaca tiktok fix code 2020-04-21 14:32:32 +03:00
Mariusz Skoneczko
395f0e7b11 [AnimeLab] Correctly pass playlist item ids as strings fixing --download-archive 2020-04-21 20:45:29 +10:00
Mariusz Skoneczko
924a92d3c0 Merge branch 'master' into animelab 2020-04-21 20:36:23 +10:00
Roman Sebastian Karwacik
8c0e65445c [zoomus] Adjusted referer header, fixed formating for flake8 2020-04-21 09:48:35 +02:00
Wang
d53f959a72 removed additional tests 2020-04-21 11:01:35 +08:00
Wang
5949ac43a8 Fixed issues #24503 #10687 and checked style with flake8 2020-04-21 09:26:38 +08:00
Philipp Stehle
d1e0dd9aad [prosiebensat1] fix regex for published_time meta 2020-04-20 22:28:50 +02:00
Philipp Stehle
08c51879ed [prosiebensat1] fix unittest: fem.com url has changed 2020-04-20 22:27:14 +02:00
Philipp Stehle
d16e75e406 [prosiebensat1] fix unit test as titles are now prefixed with show name 2020-04-20 22:24:58 +02:00
Philipp Stehle
ed2672e38c [prosiebensat1] remove 7tv as it does not longer exist
to be precise: it is now called Joyn, but it works completely different
now. Might even need it's own extractor.
2020-04-20 22:19:48 +02:00
Lam
f708258986 [floatplane] New version of the Floatplane extractor 2020-04-20 21:17:42 +02:00
hodayabu
8cddcb0322 video info platform tiktok 2020-04-20 21:07:13 +03:00
hodayabu
817be403eb tiktok extractor 2020-04-20 20:54:18 +03:00
Ben Bryant
9c43316562 Swapped a square bracket for get 2020-04-20 10:37:04 -07:00
Wang
b466ffb547 Added fix for issue #10687 in abc.py 2020-04-21 01:19:01 +08:00
Wang
8ff6324d65 Added fix for issue #24503 in espn.py 2020-04-21 01:17:20 +08:00
Ben Bryant
dae0247122 Added check for robot detection on player page 2020-04-20 10:00:45 -07:00
Roman Sebastian Karwacik
2a4bda20a9 [zoomus] Added support for password protected videos 2020-04-20 16:22:45 +02:00
Sergio Kef
e58f3a61fe Remove logic checking if file has changed 2020-04-20 15:11:17 +02:00
hodayabu
82381d8dd4 tiktok youtube-dl 2020-04-20 15:27:31 +03:00
hodayabu
469c1dc4e3 tiktok youtube-dl 2020-04-20 13:40:18 +03:00
Shadow035
70aaf4b8e9 Ignore Visual Studio files 2020-04-20 15:03:23 +05:30
Shadow035
640a3a28b9 Adding dowload limit feature 2020-04-20 14:57:21 +05:30
Ben Bryant
ad60ff4700 Shortened a line to 80 chars 2020-04-20 00:41:29 -07:00
Ben Bryant
157cf0bb37 Refactored vars to be easier to understand 2020-04-20 00:38:10 -07:00
Ben Bryant
460d7aef86 Simplified json parsing logic 2020-04-20 00:26:15 -07:00
Ben Bryant
d4e94cb110 Account for failure to find "textTracks" 2020-04-19 20:53:06 -07:00
Ben Bryant
bc455bfea2 Get player url from relative path 2020-04-19 20:32:57 -07:00
Ben Bryant
dd6ba65ff7 Added get_suntitles function to funimation.py 2020-04-19 19:22:36 -07:00
Frederic Bournival
5b8203f184 Handling cases where the site removed a video but do not 404 2020-04-19 21:41:26 -04:00
Frederic Bournival
8f91c383bf Setting GEO bypass
Removing ISM since failing on many old videos
Sorting formats
Adding tests
2020-04-19 21:03:38 -04:00
swedebugia
08d06c8f07
Add hardcoded swedish subs to tv4 extractor
If anyone know how to extract it dynamically then feel free to give me a tip or improve it before merging it in.

# The subtitles are defined in the manifest_url like this:
        # # SUBTITLES groups
        # #EXT-X-MEDIA:TYPE=SUBTITLES,GROUP-ID="textstream",NAME="Swedish",LANGUAGE="sv",AUTOSELECT=YES,DEFAULT=YES,URI="bmetgl4z0mr(12579349_ISMUSP)-textstream_swe=3000.m3u8"
        # but I don't know yet how to extract it dynamically from there so they are hardcoded as a start.
2020-04-19 23:49:40 +02:00
Frederic Bournival
2a48d8cc93 Geo countries 2020-04-19 17:29:45 -04:00
Frederic Bournival
9d1e43453a Using another variable name for specific playlist/format urls 2020-04-19 17:17:45 -04:00
Frederic Bournival
5333bea24f First implementation for the TV5UnisCa extractor 2020-04-19 17:13:54 -04:00
Jaime Bergas Laborda
78d7146748 [youtube] modify regex to get chapters from description (closes #24819) 2020-04-19 20:02:40 +01:00