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

vk: fix uploader in first test #5100

Closed
anisse opened this issue Mar 1, 2015 · 2 comments
Closed

vk: fix uploader in first test #5100

anisse opened this issue Mar 1, 2015 · 2 comments

Comments

@anisse
Copy link
Contributor

@anisse anisse commented Mar 1, 2015

Hi,

It seems the uploader name has changed on the first test of the vk extractor: http://vk.com/videos-77521?z=video-77521_162222515%2Fclub77521

Here is the trivial fix:

diff --git a/youtube_dl/extractor/vk.py b/youtube_dl/extractor/vk.py
index 8763375..bf63672 100644
--- a/youtube_dl/extractor/vk.py
+++ b/youtube_dl/extractor/vk.py
@@ -31,7 +31,7 @@ class VKIE(InfoExtractor):
                 'id': '162222515',
                 'ext': 'flv',
                 'title': 'ProtivoGunz - Хуёвая песня',
-                'uploader': 're:Noize MC.*',
+                'uploader': 'Alexander Ilyashenko',
                 'duration': 195,
                 'upload_date': '20120212',
             },
@anisse
Copy link
Contributor Author

@anisse anisse commented Mar 1, 2015

It looks more complex, because although in the page the uploader appears as in the patch, in the page's title it's the old value.

@dstftw dstftw closed this in 3630034 Mar 1, 2015
@anisse
Copy link
Contributor Author

@anisse anisse commented Mar 1, 2015

Thanks !

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