P4NZ3RAG
4fce559cfa
Update udemy.py
...
Updated regex to work with new URL system.
2020-04-02 18:46:50 +02:00
Lukas Anzinger
fbfd54d0b8
Add support for extracting subtitles from MPD manifests
2020-04-02 14:25:28 +02:00
Peter Volkov
274dd5e6f2
[twitch] Strip title to avoid download error #24575
...
Since we create filename from title, it's very easy to get following
error:
ERROR: unable to open for writing: [Errno 36] File name too long: ...
This commit strips title to 210 bytes so we'll fit into FS's 255 bytes
filesize limit.
2020-04-02 10:47:51 +03:00
ZerataX
c66df63b59
[soundgasm] properly format tests
2020-04-02 09:06:41 +02:00
ZerataX
e679814281
[soundgasm] reformat code
2020-04-02 09:03:25 +02:00
yasho21
e092404592
Update extractors.py
2020-04-01 21:53:42 -07:00
yasho21
943a7811b2
Delete likee.py
2020-04-01 21:52:01 -07:00
yash
45b5bb8917
Solved
2020-04-01 21:44:59 -07:00
yash
37713ca7f8
Solved
2020-04-01 21:44:43 -07:00
smege1001
53f669364f
[bannedvideo] Fixed livestream and added extractor to extractors.py
2020-04-02 03:38:34 +01:00
smege1001
ca8d548ee3
[bannedvideo] Add new extractor
2020-04-02 03:09:05 +01:00
Dante
a6a1395a73
unnecessary configuration removed from extractor.py
2020-04-01 18:47:10 -07:00
Dante
5b0d100376
acidcow_ver_pull
2020-04-01 18:15:51 -07:00
Viktor Szakats
e9783320d8
[srgssr] rework to use API v2 and HTTPS
...
* use v2 API endpoint
* use HTTPS protocol for metadata downloads
* prefer HTTPS streams
* add HTTPS test
* remove a test with URL no longer availabe
(id `677f5829-e473-4823-ac83-a1087fe97faa`)
* fix test issues (e.g. id `6348260`)
* v2 API no longer offers `publishedDate`, only a `date` which
is slightly different. Tests updated accordingly.
2020-04-01 19:21:33 +00:00
Dante
76c8706c31
acidcow_ver1.8
2020-03-31 22:09:36 -07:00
yasho21
416bf97200
likee_ver1.1
2020-03-31 19:56:08 -07:00
Dante
3efa8c9553
acidcow_ver_1.7
2020-03-31 19:37:54 -07:00
Dante
93399278c4
acidcow_ver_1.6
2020-03-31 18:26:19 -07:00
Viktor Szakats
2757da855b
select HTTPS stream sources instead of HTTP
2020-03-31 18:49:37 +00:00
Viktor Szakats
42a0081655
srgssr: download two metafiles via HTTPS instead of HTTP
2020-03-31 18:34:20 +00:00
hatienl0i261299
20e5c0c992
Add more test
2020-03-31 16:26:15 +07:00
hatienl0i261299
069641a93c
[zingmp3_vn] Add new extractor, fix coding conventions
2020-03-31 16:12:18 +07:00
AndrewMBL
39eb02a1bc
Update thisoldhouse.py
2020-03-31 19:19:01 +11:00
hatienl0i261299
4311a4d6c3
fix for flake8
2020-03-31 14:23:07 +07:00
hatienl0i261299
687dd3be3f
[likee] Add new extractor
2020-03-31 14:20:26 +07:00
Dante
87f7f552b6
acidcow_ver_1.6
2020-03-30 21:41:23 -07:00
Dante
646e6fe600
acidcow_ver_1.5
2020-03-30 21:34:02 -07:00
Dante
1893ea5590
acidcow_ver_1.4
2020-03-30 21:30:15 -07:00
AndrewMBL
2c24c8c3e3
Update video_id regex for new URL
...
Added support for:
with of without "www."
and either ".chorus.build" or ".com"
It now validated correctly on older URL's
```
<iframe src="https://thisoldhouse.chorus.build/videos/zype/5e33baec27d2e50001d5f52f
```
and newer ones
```
<iframe src="https://www.thisoldhouse.com/videos/zype/5e2b70e95216cc0001615120
```
2020-03-31 15:25:04 +11:00
Dante
5b1094e719
acidcow_ver_1.3
2020-03-30 20:55:00 -07:00
Dante
1e3504703d
acidcow_ver_1.2
2020-03-30 20:42:50 -07:00
Tristan Waddington
1b0793fbc8
Fixed login issue by removing cookies check.
2020-03-30 20:18:46 -07:00
Tristan Waddington
a571ae79d5
Feedback
2020-03-30 20:08:07 -07:00
Tristan Waddington
a052d5a81d
Feedback
2020-03-30 20:08:07 -07:00
Tristan Waddington
93e281288f
Added default _NETRC_MACHINE value to make tests happy.
2020-03-30 20:08:07 -07:00
Tristan Waddington
24fa01bb5c
Added login support for PornHub and PornHub Premium.
...
The pornhub extractor has been updated with support for --netrc and
--username/password authentication. This change allows authenticated
users to archive content they have purchased.
2020-03-30 20:08:06 -07:00
David Heller
92ecd66a20
Correcting title & ext
2020-03-30 17:24:30 -07:00
David Heller
8e0d60145a
Adding support for extracting instagram image URLs
2020-03-30 16:19:03 -07:00
alxnull
5bdc10661f
Added test for --yes-overwrites.
2020-03-31 00:16:20 +02:00
alxnull
a295d779ad
Added --yes-overwrites option.
2020-03-30 21:50:18 +02:00
hatienl0i261299
54f314b7ee
[axios] Add new extractor
2020-03-31 00:16:28 +07:00
hatienl0i261299
21d12c0be6
[axios] Add new extractor
2020-03-30 14:08:21 +07:00
Dante
2ad5716d15
acidcow_ver_1.1
2020-03-29 21:54:05 -07:00
Dante
70d05cf062
acidcow_ver_1.1
2020-03-29 20:17:58 -07:00
David Sn
fd76f28c6c
[cda] Improve extraction and keep old method for legacy
...
It is unknown whether CDA keeps using the old ROT13 decode method,
as the original player.js code still contains the old method.
Signed-off-by: David Sn <divad.nnamtdeis@gmail.com>
2020-03-29 17:24:00 +02:00
Sudarshan Parvatikar
5317c36a5b
Fixed broken extractor for motherless.com (Issue: 24499)
2020-03-29 16:04:00 +05:30
hatienl0i261299
cb2895076b
Add extract User url
2020-03-29 14:46:57 +07:00
ajj8
76b1f2a974
flake8
2020-03-29 03:22:02 +01:00
ajj8
09eed10644
Update facebook.py
2020-03-29 03:06:06 +01:00
Dante
46d03da3dd
Sonuma and acidcow
2020-03-28 18:47:16 -07:00