-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Add support for cbc.ca #6342
Add support for cbc.ca #6342
Conversation
|
||
webpage = self._download_webpage(url, name) | ||
title = unescapeHTML( | ||
self._search_regex('<title>\s*(.+?)\s*</title>', webpage, 'title')) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't _html_search_regex
work here?
I'm interested in that too , and the tests seem to be working. Any chance this was a travis fluke and can be tried again? |
Since #8497 landed, please move changes in |
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
Since @remitamine has pushed his/her own implementation in 8b85ac3, this PR is no longer necessary. |
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
No description provided.