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

Vkontakte author info #126

Merged
merged 4 commits into from
Mar 10, 2016
Merged

Vkontakte author info #126

merged 4 commits into from
Mar 10, 2016

Conversation

vheuken
Copy link
Collaborator

@vheuken vheuken commented Mar 9, 2016

This PR is NOT complete. I have only implemented #author and #author_thumbnail.

I am posting this now because I need some help with #author_url. I'm not totally sure what an author's URL is expected to be on Vkontakte. Maybe @drakmail knows?

(Also, nice regex skills whoever wrote this initially. I'm a weenie and I just used String::split)

Also, heads up. One spec is expected to fail. It is unrelated to this PR. It is because of issue 125
#125 is fixed and I rebase, so this should be green. Just waiting on some help with the #author_url part.

@vheuken
Copy link
Collaborator Author

vheuken commented Mar 10, 2016

Never mind. I was a bit confused by the UI. I got #author_url implemented.

vheuken pushed a commit that referenced this pull request Mar 10, 2016
@vheuken vheuken merged commit e8b4ade into thibaudgg:master Mar 10, 2016
@vheuken
Copy link
Collaborator Author

vheuken commented Mar 10, 2016

Merging this!

@thibaudgg
Copy link
Owner

👍

@drakmail
Copy link
Contributor

Hm, seems that author_url is really a link to all videos uploaded by author. Link to author profile is located in this lines:

<div class="fl_l people_cell">
  <a class="ava" href="/lyanoi.kirill" onclick="return nav.go(this, event, {cl_id: 0})">
    <img width="50" height="50" src="https://pp.vk.me/c623824/v623824699/55574/evmtX1Spupk.jpg"/>
  </a>
  <div class="name_field">
    <a href="/lyanoi.kirill">
      Кирилл<br />
      <small></small>
    </a>
  </div>
</div>

Anyway, I'll soon fix it and several other small issues.

@vheuken
Copy link
Collaborator Author

vheuken commented Mar 10, 2016

@drakmail Thanks for the heads up. I'll open up an issue for this.

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

Successfully merging this pull request may close these issues.

None yet

3 participants