Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
about odnoklassniki (ok.ru) #5075
Comments
|
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 |
|
Одноклассники will be supported in the next version. Thanks for the report. |
|
youtube-dl 2015.02.28 adds support for ok.ru. See our FAQ if you need help updating. |
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])