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

about odnoklassniki (ok.ru) #5075

Closed
awatar opened this issue Feb 26, 2015 · 3 comments
Closed

about odnoklassniki (ok.ru) #5075

awatar opened this issue Feb 26, 2015 · 3 comments

Comments

@awatar
Copy link

@awatar awatar commented Feb 26, 2015

Greetings. I apologize for my English. I have two questions. 1. Do you plan to support social networking site odnoklassniki (ok.ru). Videos can be viewed through the pages with such a reference http://ok.ru/video/20079905452. It would be very good, it is necessary to so many people. Many thanks in advance.
2. How is it possible to specify in python script my destination folder for upload video files. For example my code:
import os, sys
import youtube_dl
newpath = ((r'D:\myfolder'))
ydl_opts = {}
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
ydl.download([url])

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Feb 26, 2015

In the future, please don't use the same issue for multiple requests, it's really hard to track them. For the second issue: use the outtmpl option, for example ydl_opts = {'outtmpl': 'DOWNLOADS_FOLDER/%(title)s.%(ext)s'}, open a new issue if you have any problem with it.

@dstftw dstftw closed this in 4ffbf77 Feb 27, 2015
@dstftw
Copy link
Collaborator

@dstftw dstftw commented Feb 27, 2015

Одноклассники will be supported in the next version. Thanks for the report.

@phihag
Copy link
Contributor

@phihag phihag commented Feb 28, 2015

youtube-dl 2015.02.28 adds support for ok.ru. See our FAQ if you need help updating.

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
4 participants
You can’t perform that action at this time.