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

[guitartricks] Add new extractor #15987

Closed
wants to merge 3 commits into from
Closed

Conversation

thiemo
Copy link

@thiemo thiemo commented Mar 25, 2018

Before submitting a pull request make sure you have:

In order to be accepted and merged into youtube-dl each piece of code must be in public domain or released under Unlicense. Check one of the following options:

  • I am the original author of this code and I am willing to release it under Unlicense

What is the purpose of your pull request?

  • New extractor

Description of your pull request and other information

This PR adds support for downloading videos from GuitarTricks.


def _login(self):
(username, password) = self._get_login_info()
return
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?!



def _download_webpage(self, *args, **kwargs):
kwargs.setdefault('headers', {})['User-Agent'] = 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/603.2.4 (KHTML, like Gecko) Version/10.1.1 Safari/603.2.4'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove.

@dstftw
Copy link
Collaborator

dstftw commented Mar 27, 2018

  • Checked the code with flake8

Copy link
Author

@thiemo thiemo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revised entire extractor

@thiemo thiemo closed this Mar 30, 2018
@thiemo thiemo reopened this Mar 30, 2018
@thiemo
Copy link
Author

thiemo commented Apr 9, 2018

As I am new to PRs I am not quite sure what to do in order to re-start the review process. Do I have to somehow remove the "changes requested" label in order for a reviewer to continue the review process?

@thiemo thiemo closed this May 9, 2018
@thiemo thiemo deleted the guitartricks branch May 9, 2018 11:15
@thiemo thiemo restored the guitartricks branch May 9, 2018 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants