mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-08-29 07:11:38 +03:00
[cleanup] Misc cleanup
This commit is contained in:
@@ -59,7 +59,7 @@ class ZingMp3BaseIE(InfoExtractor):
|
||||
return (resp or {}).get('data') or {}
|
||||
|
||||
def _real_initialize(self):
|
||||
if not self.get_param('cookiefile') and not self.get_param('cookiesfrombrowser'):
|
||||
if not self._cookies_passed:
|
||||
self._request_webpage(
|
||||
self._api_url('bai-hat', {'id': ''}), None, note='Updating cookies')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user