Tom-Oliver Heidel
ffc632abb5
Merge pull request #7 from sxvghd/doodstream
...
Doodstream
2020-08-31 23:28:49 +02:00
Tom-Oliver Heidel
4bd95eb144
Merge pull request #6 from sgstair/storyfire
...
[StoryFire] Add new extractor
2020-08-31 23:23:53 +02:00
Tom-Oliver Heidel
9ab41610b4
[skip travis] update readme.
2020-08-31 23:12:53 +02:00
Unknown
a6c7c9c24f
[skip travis] remove original travis config
2020-08-31 22:58:24 +02:00
Tom-Oliver Heidel
4f93deaf22
[skip travis] tweak auto publish
2020-08-31 22:23:11 +02:00
Tom-Oliver Heidel
6d55b17922
Merge pull request #4 from blackjack4494/pyinstaller
...
[skip travis] simple bat for win binary
2020-08-31 22:13:31 +02:00
Tom-Oliver Heidel
a96822ee36
Merge pull request #3 from blackjack4494/sc-extractor-web_auth
...
Sc extractor web auth
2020-08-31 22:13:20 +02:00
Unknown
d262d2e02a
[skip travis] delete original setup
2020-08-31 21:59:03 +02:00
Tom-Oliver Heidel
33787dd372
Merge pull request #2 from blocktrron/hr-fernsehen
...
[hrfernsehen] add extractor
2020-08-31 21:56:32 +02:00
Tom-Oliver Heidel
a2f256c9e9
Merge pull request #1 from blackjack4494/viki-the_second
...
Viki the second
2020-08-31 21:56:17 +02:00
Unknown
6b548c1145
Merge remote-tracking branch 'origin/master'
2020-08-31 21:52:36 +02:00
Unknown
94a538facb
[skip travis] update setup and version
2020-08-31 21:52:23 +02:00
Tom-Oliver Heidel
ab8151e95b
[skip travis] publish to pypi
...
when pull request got merged into release branch
2020-08-31 21:48:54 +02:00
Unknown
d59e0e44ad
[skip travis] change travic build config
...
removed download tests for now. most of them failed anyway resulting in travis running for quite long time.
2020-08-31 19:47:33 +02:00
Unknown
87570c1507
simple bat for win binary
2020-08-31 19:06:56 +02:00
Tom-Oliver Heidel
c8598bbe26
change travis ci in readme
2020-08-31 18:56:46 +02:00
Unknown
467660ffe4
Merge remote-tracking branch 'origin/master'
2020-08-31 18:44:06 +02:00
David Bauer
c70a9f2ace
[hrfernsehen] add extractor
...
Add an extractor for videos provided by HR Fernsehen, a regional TV
channel in Germany.
Signed-off-by: David Bauer <mail@david-bauer.net>
2020-08-29 20:21:49 +02:00
tfvlrue
ba39289d79
Resolve audio/x-wav to "wav" extension, rather than "x-wav" (which ffmpeg does not recognize)
...
This was causing ffmpeg errors when trying to downloading certain audio files from Soundcloud with the --add-metadata option set.
2020-08-28 12:00:30 -04:00
Leonardo Taccari
abea91456e
[rai] Fix extraction for recent raiplay.it updates
...
- Introduce _BASE_URL in RaiBaseIE class so it could be reused as base for the
several subextractors.
- Remove first test of RaiPlayIE, it is no longer available
- Adjust RaiPlayIE to recent raiplay.it updates, make it extension agnostic
(passing possible `.json' URLs is now supported too) and update test
info_dict.
- Adjust RaiPlayLiveIE to recent raiplay.it updates. Passing it as
`url_transparent' is no longer supported (there is no longer an accessible
ContentItem)
- Adjust RaiPlayPlaylistIE to recent raiplay.it updates and instruct it about
ContentSet-s.
- Update a RaiIE test and remove two tests that are no longer availables
This fix issue #22923 , #22906 and supersedes #23006 .
2020-08-28 12:07:31 +02:00
George Schizas
9f13f9d18a
Merge branch 'master' of https://github.com/ytdl-org/youtube-dl into bugfix/youtube/chapters-fix-extractor
2020-08-28 11:31:29 +03:00
Remita Amine
f5863a3ea0
[biqle] improve video_ext extraction
2020-08-27 19:20:41 +01:00
Unknown
e7ff46dc8b
flake8
2020-08-19 03:05:38 +02:00
Unknown
0bfc3b7e7b
fix and cheap workaround for unix 404 error.
2020-08-19 03:01:47 +02:00
sxvghd
92d25998f9
[doodstream] flake8 compliance
2020-08-18 00:12:14 +02:00
sxvghd
c00c1575b6
Styling changes
2020-08-17 17:07:22 +02:00
Stephen Stair
8d6df01f04
[StoryFire] Add new extractor
2020-08-16 18:19:44 -07:00
sxvghd
b50f352f59
[doodstream] new extractor
2020-08-16 15:40:59 +02:00
Adrian Heine
5630d79794
[ABC] Support abc.net.au/btn ( closes #21254 )
2020-08-16 01:32:05 +02:00
Adrian Heine
76b01870f8
[ABC] Fix extraction
2020-08-16 01:32:05 +02:00
Adrian Heine
5c23e3af61
[rutv] Fix JSON URL ( closes #26333 )
2020-08-15 23:11:00 +02:00
Surkal
13c30d1d52
[francetv] fix extractor
2020-08-14 13:11:20 +02:00
Sergey M․
10709fc7c6
[xhamster] Extend _VALID_URL ( closes #25927 )
2020-08-12 21:51:50 +07:00
TheRealDude2
a7e348556a
[xhamster] Fix extraction ( closes #26157 ) ( #26254 )
2020-08-12 21:42:17 +07:00
JChris246
6cb30ea5ed
[xhamster] Extend _VALID_URL ( closes #25789 ) ( #25804 )
2020-08-12 21:37:22 +07:00
Adrian Heine
34675f9de9
[videa] Adapt to updates
...
Closes #26288 , closes #25973 , closes #25650 .
2020-08-12 13:36:47 +02:00
George Schizas
edd83104b4
Use initial data from JS instead to get chapters
...
There are probably a lot more useful data in there.
2020-08-11 12:20:47 +03:00
siikamiika
15eae44d74
harden regex with lookbehind
2020-08-11 00:13:43 +03:00
siikamiika
eaedbfd97e
fix ytInitialData parsing
2020-08-11 00:05:32 +03:00
Alfonso Solbes
92b6dc13f3
[MyVideoGe] add new extractor
2020-08-10 17:58:10 +02:00
Unknown
1a57b3c03f
flake8 fix.
2020-08-07 01:50:00 +02:00
Unknown
c68a4ae679
auth fix.
2020-08-07 01:28:23 +02:00
Unknown
a58f3e7777
flake8
2020-08-06 23:58:43 +02:00
Unknown
fb4126a18c
working login. aac hq is working if available
2020-08-06 23:31:12 +02:00
Unknown
2ab47fa3a8
updated test. sign in sc.py
2020-08-06 15:41:41 +02:00
Adrian Heine
3d85256855
[magentamusik360] Add new extractor
2020-08-06 14:01:23 +02:00
Unknown
09cace68c2
hard web auth.
2020-08-06 00:47:37 +02:00
siikamiika
f0f76a33dc
fix premiere live chat
...
They have isLiveContent = false so just check if the live chat renderer
continuation exists
2020-08-05 23:29:41 +03:00
Unknown
66f48768b0
sc web-auth api
2020-08-05 19:10:25 +02:00
siikamiika
88a68db03e
flake8
2020-08-05 04:19:44 +03:00