Remita Amine
6956db3606
[tvplay:home] Fix extraction( closes #21153 )
2020-12-07 15:12:54 +01:00
Remita Amine
17b01228f8
[americastestkitchen] Fix Extraction and add support for Cook's Country and Cook's Illustrated
...
closes #17234
closes #27322
2020-12-06 23:41:18 +01:00
Sergey M․
4f1ecca58d
[slideslive] Add support for yoda service videos and extract subtitles ( closes #27323 )
2020-12-07 03:27:21 +07:00
Sergey M․
2717036489
release 2020.12.07
2020-12-07 02:03:34 +07:00
Sergey M․
d9482c0083
[ChangeLog] Actualize
...
[ci skip]
2020-12-07 02:01:53 +07:00
Sergey M․
791b743765
[extractor/generic] Remove unused import
2020-12-07 02:01:47 +07:00
Remita Amine
fa604d9083
[aenetworks] Fix extraction
...
- Fix Fastly format extraction
- Add support for play and watch subdomains
- Extract series metadata
closes #23363
closes #23390
closes #26795
closes #26985
2020-12-06 19:50:05 +01:00
Sergey M․
2bf0634d16
[youtube] Improve youtu.be extraction in non-existing playlists ( closes #27324 )
2020-12-07 01:48:10 +07:00
Sergey M․
dccf4932e1
[extractor/common] Extract timestamp from Last-Modified header
2020-12-07 01:15:30 +07:00
Sergey M․
91dd25fe1e
[extractor/common] Add support for dl8-* media tags ( closes #27283 )
2020-12-07 01:08:22 +07:00
Sergey M․
06bf2ac20f
[extractor/common] Eliminate media tag name regex duplication
2020-12-07 00:56:29 +07:00
Sergey M․
6ad0d8781e
[extractor/common] Fix media type extraction for HTML5 media tags in start/end form
2020-12-07 00:45:16 +07:00
Sergey M․
f2c704e112
[generic] Extract RSS video itunes metadata
2020-12-06 23:08:03 +07:00
Sergey M․
5e822c2526
[generic] Extract RSS video timestamp
2020-12-06 22:30:30 +07:00
renalid
cc017e07ca
[generic] Extract RSS video description ( #27177 )
2020-12-06 22:12:25 +07:00
Remita Amine
082da36416
[nrk] reduce requests for Radio series
2020-12-05 16:24:49 +01:00
Remita Amine
6bf95b15ee
[nrk] reduce the number of instalments requests
2020-12-05 15:35:29 +01:00
Remita Amine
4c93b2fd15
[nrk] improve format extraction
2020-12-05 09:13:42 +01:00
Remita Amine
1b26bfd425
[nrk] improve extraction
...
- improve format extraction for old akamai formats
- update some of the tests
- add is_live value to entry info dict
- request instalments only when their available
- fix skole extraction
2020-12-05 00:40:03 +01:00
Sergey M․
13ec444a98
[peertube] Extract fps
2020-12-05 04:45:30 +07:00
Sergey M․
51579d87e4
[peertube] Recognize audio-only formats ( closes #27295 )
2020-12-05 04:41:33 +07:00
Sergey M․
e147619669
release 2020.12.05
2020-12-05 03:40:00 +07:00
Sergey M․
e7f93fbd85
[ChangeLog] Actualize
...
[ci skip]
2020-12-05 03:31:07 +07:00
Sergey M․
58f7ada235
[teachable:course] Improve extraction ( closes #24507 , closes #27286 )
2020-12-05 03:24:56 +07:00
Sergey M․
c67b33888f
[nrk] Improve error extraction
2020-12-05 03:00:10 +07:00
Sergey M․
e8c0af04b7
[nrktv] Relax _VALID_URL
2020-12-05 02:46:28 +07:00
Sergey M․
5d769860c3
[nrktv:series] Improve extraction ( closes #21926 )
2020-12-05 02:43:33 +07:00
Sergey M․
02b04785ee
[nrktv:series] Improve extraction
2020-12-05 02:21:07 +07:00
Sergey M․
41c92b8d02
[nrktv:season] Improve extraction
2020-12-05 01:20:14 +07:00
Remita Amine
fe0c28f956
[nrk] fix call to moved method
2020-12-04 18:08:08 +01:00
Remita Amine
957c65b9ea
[nrk] fix typo
2020-12-04 18:05:27 +01:00
Remita Amine
5e95e18ce9
[nrk] improve format extraction and geo-restriction detection ( closes #24221 )
2020-12-04 18:04:38 +01:00
Sergey M․
e91df0c550
[pornhub] Handle HTTP errors gracefully ( closes #26414 )
2020-12-04 23:56:50 +07:00
Sergey M․
c5636e9bca
[nrktv] Relax _VALID_URL ( closes #27299 , closes #26185 )
2020-12-04 23:38:42 +07:00
Remita Amine
2e47264235
[zdf] extract webm formats( closes #26659 )
2020-12-04 14:16:32 +01:00
Sergey M․
1c78cb118c
[travis] Disable download jobs
...
Until youtube-dl OSS approval by Travis or moving to GitHub Actions
[ci skip]
2020-12-03 23:25:36 +07:00
Matthew Rayermann
beab2f88c9
[nhk] Add audio clip test to NHK extractor ( #27269 )
2020-12-03 07:47:56 +00:00
Remita Amine
0025447369
[gamespot] Extract DASH and HTTP formats
2020-12-03 00:35:47 +01:00
Remita Amine
da4304609d
[extractor/commons] improve Akamai HTTP formats extraction
2020-12-03 00:33:55 +01:00
Remita Amine
ea89680aea
[tver] correct episode_number key
2020-12-02 22:49:51 +01:00
Remita Amine
664dd8ba85
[extractor/common] improve Akamai HTTP format extraction
...
- Allow m3u8 manifest without an additional audio format
- Fix extraction for qualities starting with a number
Solution provided by @nixxo based on: https://stackoverflow.com/a/5984688
2020-12-02 21:49:09 +01:00
Remita Amine
64554c12e1
[tver] Add new extractor ( closes #26662 )( closes #27284 )
2020-12-02 21:49:09 +01:00
opusforlife2
4ded9c0f00
[pornhub] Add support for pornhub.org ( #27276 )
...
Most ISPs block the other two TLDs through deep packet inspection
2020-12-03 01:30:08 +07:00
Remita Amine
c0820dd52a
[extractors] Add QubIE import
2020-12-02 00:41:21 +01:00
Sergey M․
2bb70750a9
release 2020.12.02
2020-12-02 01:37:40 +07:00
Sergey M․
09d923f2eb
[ChangeLog] Actualize
...
[ci skip]
2020-12-02 01:22:43 +07:00
Remita Amine
37d979ad33
[tva] Add support for qub.ca ( closes #27235 )
2020-12-01 12:25:02 +01:00
Remita Amine
95ac4de229
[toggle] Detect DRM protected videos ( closes #16479 )( closes #20805 )
2020-12-01 10:38:53 +01:00
Remita Amine
d3e142b3fa
[toggle] Add support for new MeWatch URLs ( closes #27256 )
2020-12-01 10:13:06 +01:00
Sergey M․
132aece1ed
[youtube:tab] Extract channels only from channels tab ( closes #27266 )
2020-12-01 04:44:10 +07:00