mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-03-09 12:50:23 -05:00
[ie/instagram] Disable login by credentials
Authored by: bashonly
This commit is contained in:
parent
8d9475e161
commit
cfd3bb0038
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def _id_to_pk(shortcode):
|
||||||
|
|
||||||
|
|
||||||
class InstagramBaseIE(InfoExtractor):
|
class InstagramBaseIE(InfoExtractor):
|
||||||
_NETRC_MACHINE = 'instagram'
|
# _NETRC_MACHINE = 'instagram' # Login is broken, disabling until it is fixed
|
||||||
_IS_LOGGED_IN = False
|
_IS_LOGGED_IN = False
|
||||||
|
|
||||||
_API_BASE_URL = 'https://i.instagram.com/api/v1'
|
_API_BASE_URL = 'https://i.instagram.com/api/v1'
|
||||||
|
|
Loading…
Reference in a new issue