Lucas
caffa836fd
Add coding for python 2
2019-12-23 15:56:03 +01:00
vicm3
2877505369
Added inversezebratransform fix select the correct resolution. Works for me.
2019-12-23 08:36:13 -06:00
Daniel Cassidy
da6790a3a3
BBC iPlayer: Fix multi-page handling for shows with only one season.
2019-12-23 08:59:54 +00:00
Producer Matt
dd487fa4cb
README.md: clarify how to combine + and /
...
A while back I wanted to use both merging and precedence in format
selection. I encountered complaints from the program and eventually
figured out I was doing it backwards.
I was trying things like this:
`-f 136/mp4/bestvideo+140/m4a/bestaudio`
When what I needed to do was:
`-f 136+140/mp4+m4a/bestvideo+bestaudio`
I wrote two lines to try to clarify this. I hope this is ok.
--Matt
2019-12-22 19:20:06 -06:00
vicm3
8d121b307d
Add change sugested by bobfoss.
...
https://github.com/ytdl-org/youtube-dl/issues/23423#issuecomment-568222543
2019-12-22 17:50:08 -06:00
Lucas
02a64d2449
Fix extractor, closes #22461
2019-12-23 00:26:09 +01:00
Kevin G
f1bcfe63bf
[unauthorizedtv] Support login
2019-12-21 20:25:39 -08:00
Kevin G
2190c8a268
Merge branch 'unauthorizedtv' of github.com:kevgrig/youtube-dl into unauthorizedtv
2019-12-21 20:24:45 -08:00
Kevin G
40505e87ee
[unauthorizedtv] Require csrf-token
2019-12-21 20:24:31 -08:00
Kevin G
31043fca5c
[unauthorizedtv] Fix flake8 warnings
2019-12-21 20:24:31 -08:00
Kevin G
bf09740f89
[unauthorizedtv] Update id in test
2019-12-21 20:24:31 -08:00
Kevin G
efc73896df
[unauthorizedtv] Require cid in URL
2019-12-21 20:24:31 -08:00
Kevin G
8a05ffa9c0
[unauthorizedtv] Use compat_str
2019-12-21 20:24:31 -08:00
Kevin G
b83975fb48
[unauthorizedtv] Collapse lines to single line
2019-12-21 20:24:31 -08:00
Kevin G
06603fae4b
[unauthorizedtv] Remove verbose debug
2019-12-21 20:24:31 -08:00
Kevin G
bb17ebb6fd
[unauthorizedtv] Add new extractor
2019-12-21 20:24:31 -08:00
Kevin G
429c564ae9
[unauthorizedtv] Add new extractor
2019-12-21 20:24:31 -08:00
tsia
d05db22b74
Merge pull request #11 from ytdl-org/master
...
update
2019-12-20 15:41:59 +01:00
Robin van der Linde
d97da5a709
Improvements
2019-12-20 14:45:46 +01:00
Robin van der Linde
ba13ac5d7e
Corrected tabs
2019-12-20 13:19:59 +01:00
Robin van der Linde
36c0472961
Added more parameters to RTLXL
...
Season, episode and series
2019-12-20 13:18:34 +01:00
Robin van der Linde
21d4a7ea57
Merge pull request #1 from ytdl-org/master
...
Sync
2019-12-20 12:51:39 +01:00
Moritz Patelscheck
d621545816
[yourporn] fix extraction and rename to sxyprn
2019-12-20 00:34:24 +01:00
ghost
08f876940f
anonymous commit
2019-12-19 07:38:23 +00:00
thePanz
bc478ec1e3
Handle relative subtitle URLs
2019-12-18 19:41:38 +01:00
Aakash Gajjar
4b6d03ed87
[tiktok] fix extraction
2019-12-19 00:09:05 +05:30
vicm3
c748c6a2e1
spankbang.py
2019-12-17 22:29:25 -06:00
Víctor Martínez
ec5e5326dd
spankbang.py
2019-12-17 22:16:19 -06:00
Daniel Cassidy
93678422ef
Fix crash when downloading iPlayer playlists that are not divided into seasons.
2019-12-17 07:44:00 +00:00
Daniel Cassidy
c1294dc901
Fix downloading multi-page playlists from bbc.co.uk.
2019-12-17 07:04:37 +00:00
Daniel Cassidy
999c87a618
Fix playlist download from BBC iPlayer.
2019-12-17 07:02:41 +00:00
AlexandreHalbardier
d694c4eec5
Add an option to download all music videos from a youtube user
2019-12-16 13:49:12 +01:00
Sergey M․
2dbc0967f2
[ChangeLog] Actualize
...
[ci skip]
2019-12-16 00:40:34 +07:00
Sergey M․
fab01080f4
[tv2dk:bornholm:play] Add extractor ( closes #23291 )
2019-12-16 00:08:18 +07:00
Sergey M․
42db58ec73
[utils] Improve str_to_int
2019-12-15 23:15:24 +07:00
ajj8
04eb2f977c
[bbc] Fix errors
...
Fixes errors on news articles, archive pages, etc
2019-12-15 00:53:30 +00:00
Remita Amine
73d8f3a634
[slideslive] add support for url and vimeo service names( closes #23414 )
2019-12-14 21:35:31 +01:00
Remita Amine
b33a05d221
[slideslive] fix extraction( closes #23413 )
2019-12-14 19:29:04 +01:00
Olivier Mehani
d05e77148c
[abc:iview:shows] Handle human-friendly landing pages
...
Add an extractor to redirect human-friendly page URLs to their canonical
video URL.
This includes 'movie length' TV shows (#16868 )
Signed-off-by: Olivier Mehani <shtrom@ssji.net>
2019-12-14 00:12:54 +11:00
Remita Amine
232ed8e6e0
[twitch] fix clip extraction( closes #23375 )
2019-12-13 11:00:31 +01:00
Joshua Lochner
3fc187d07f
Syntax fix
2019-12-13 04:20:45 +02:00
Joshua Lochner
1918465b6a
Fix operator
2019-12-13 04:06:57 +02:00
Joshua Lochner
c42551d3db
Conforming to PEP8 (Flake8)
2019-12-13 04:04:15 +02:00
Joshua Lochner
dce2ce3961
Cleaning
2019-12-13 03:45:58 +02:00
Joshua Lochner
d0471d1239
Cleaning
2019-12-13 03:45:41 +02:00
Joshua Lochner
ec80366ebc
Added URL
2019-12-13 03:30:03 +02:00
Joshua Lochner
12814567ca
Regex added
2019-12-13 01:09:36 +02:00
Aksel Eromeeter
56493ba5b1
[sexdotcom] Add new extractor
...
Three different cases are handled:
1. Most video pages use the Video.js framework. I extract the arguments
of the JavaScript `player.updateSrc()` call to get the video details
(one or two different formats)
2. Some video pages include an iframe which embeds a video from another
site, such as YouTube, XHamster, XVideos and possibly more.
3. Also supports `<img>` tag for gifs or plain simple pictures.
This does not yet extract any metadata besides the essentials.
2019-12-12 00:32:54 +02:00
manu-umich
2352f44ca7
Create disneyplus.py
2019-12-10 16:13:16 -05:00
manu-umich
2b9a717e03
Update extractors.py
2019-12-10 16:12:30 -05:00