Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
radio-canada.ca site support request #4020
Comments
|
another example:
|
|
@remitamine even with the latest git clone, this still fails. Commit is indeed there:
I'm not famliar with youtube-dl development. Do you need to add something else for this to work? From the trace, it does not seem to use your extractor...
|
Seems you have multiple youtube-dl versions installed. However, the latest version is also broken:
|
|
@yan12125 oh damn my bad, I wasn't using the write exec path -_-' But your trace is true enough. i get the same thing. It does work for other urls though (http://ici.radio-canada.ca/widgets/mediaconsole/medianet/7184272) fine... Maybe it's an issue on the website side. |
|
the extractor works for most of the content from the supported urls but it didn't work for this url because the data returned from the api doesn't contain a title: <Meta name="AV-nomEmission">lasoireeestencorejeune</Meta>
<Meta name="Title" />
<Meta name="TitleID" />
<Meta name="Author" /> |
|
I guess the title can be extracted from the webpage in such cases. By the way, seems this issue can be closed after all titles are correctly extracted? |
i added support for two types of urls, i didn't check the articles that contain videos(like the second url in the issue) |
|
|
Here is another example. But this one has two videos:
|
hello
it would be great if this would work:
this is with the latest version.