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

[madmoizelle] Add new extractor #8507

Closed
wants to merge 6 commits into from
Closed

Conversation

crazyiop
Copy link

solve issues #6491

)
=======
from ..utils import HEADRequest
>>>>>>> 7a50899fde5f12ad3f44bd92141a1161a139f0ee
Copy link
Contributor

Choose a reason for hiding this comment

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

Leftovers from a merge. (Also force push, don't make new PRs)

for format in re.finditer('jwplayer.*"(?P<url>[0-9]+.*(?P<quality>hd|sd).+)"', webpage):
url = 'https://player.vimeo.com/external/' + format.group('url')

# the url found point to a header redirection that we must follow
Copy link
Collaborator

Choose a reason for hiding this comment

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

What's the point? Let downloader follow it when downloading happens.

@dstftw
Copy link
Collaborator

dstftw commented Feb 14, 2016

Multiple videos may be embedded: http://www.madmoizelle.com/apocalypse-verdun-502961#gs.s5Ztwk0.

'upload_date': upload_date,
'duration': first_file['duration'],
'formats': formats,
}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I guess this was deleted by a mistake.

@yan12125
Copy link
Collaborator

yan12125 commented Apr 9, 2016

Since #8497 landed, please move changes in youtube_dl/extractors/__init__.py to youtube_dl/extractors/extractors.py. Check step 5 of the new developer instructions for more information.

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

4 participants