Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Option --Force-ipv4 #9244

Closed
Misteralex007 opened this issue Apr 19, 2016 · 1 comment
Closed

Add Option --Force-ipv4 #9244

Misteralex007 opened this issue Apr 19, 2016 · 1 comment

Comments

@Misteralex007
Copy link

@Misteralex007 Misteralex007 commented Apr 19, 2016

Hi !

youtube_dl_options = {
    'format': 'bestaudio/best',
    'extractaudio': True,
    'audioformat': "mp3",
    'outtmpl': '%(id)s',
    'noplaylist': True,
    'nocheckcertificate': True,
    'ignoreerrors': True,
    'quiet': True,
    'no_warnings': True,
    'outtmpl': "data/audio/cache/%(id)s",
    'default_search' : 'auto'}

I want to add the parameter "-4 or --force-ipv4", but i don't known what i should write.
I tried that, but no succes.

youtube_dl_options = {
    'format': 'bestaudio/best',
    'extractaudio': True,
    'audioformat': "mp3",
    'outtmpl': '%(id)s',
    'noplaylist': True,
    'nocheckcertificate': True,
    'ignoreerrors': True,
    'quiet': True,
    'no_warnings': True,
    'outtmpl': "data/audio/cache/%(id)s",
    'default_search' : 'auto',
    'force-ipv4' : True,
    '-4': True}

Thanks,
Regards,
Misteralex007,

@Misteralex007 Misteralex007 changed the title Add --force Add Option --Force-ipv4 Apr 19, 2016
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Apr 19, 2016

'source_address': '0.0.0.0'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.