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

[Blogger][Question] How to download videos? #587

Closed
master-leonardo opened this issue Jan 21, 2020 · 2 comments
Closed

[Blogger][Question] How to download videos? #587

master-leonardo opened this issue Jan 21, 2020 · 2 comments

Comments

@master-leonardo
Copy link

Hello.
I can download images from blogspot just fine, but when it come to videos i can't.

I tried using ytdl:whatever.blogspot.com;
-o videos=true;
added videos="ytdl" to config file;
added username and password to config file.

sometimes i get this error

E:\GALLERY-DL>gallery-dl.exe -d "E:\GALLERY-DL" -c gallery-dl.conf --download-ar
chive archiveB.sqlite3 -i download-B.txt
[blogger][error] HttpError: '404 Not Found' for 'https://www.googleapis.com/blog
ger/v3/blogs/byurl'

I don't have idea how to proceed.
I tried looking at the blogger extractor but i couldn't find anything about videos, only jpgs
if it's not supported, is there any plans to do so.
Thank you.

@mikf
Copy link
Owner

mikf commented Jan 21, 2020

Videos on Blogger blogs are indeed currently not supported.
Do you have an example blog (or blogs) with embedded videos, so that I can take a look?

HttpError: '404 Not Found' errors usually mean the blog "doesn't exist", but I guess in this case it actually does. Do you mind sharing the URL of the blog where this happens?

@master-leonardo
Copy link
Author

master-leonardo commented Jan 22, 2020

edit: the error i found when i tried using this:
ytdl:whatever.blogspot.com

i found this blog with plenty of videos hosted on blogger.
http://cfnmscenesinmovies.blogspot.com/ (NSFW)

from the source code
<iframe allowfullscreen="allowfullscreen" class="b-hbp-video b-uploaded" id="BLOGGER-video-608002ef773c930e-19732" mozallowfullscreen="mozallowfullscreen" src="https://www.blogger.com/video.g?token=AD6v5dwLBax12vjidRIRqJObBVLhzSJAZWq-Uzq3yVI6CrwSKSipQnf1p5GnHD1SDKDI_R9FZQ0WReGT7ZZBavDTv8tkb08yWvOnaiWuy_PyvSJx6G_8St3h5ALerrx4Lejo6fBJns2p" webkitallowfullscreen="webkitallowfullscreen" width="320" height="266" frameborder="0"></iframe>

so i believe the only important part is:

id="BLOGGER-video-608002ef773c930e-19732" 
src="https://www.blogger.com/video.g?token=AD6v5dwLBax12vjidRIRqJObBVLhzSJAZWq-Uzq3yVI6CrwSKSipQnf1p5GnHD1SDKDI_R9FZQ0WReGT7ZZBavDTv8tkb08yWvOnaiWuy_PyvSJx6G_8St3h5ALerrx4Lejo6fBJns2p"

a different video returns:

id="BLOGGER-video-1f19c68841c2bfdd-4402"
src="https://www.blogger.com/video.g?token=AD6v5dyTqVAK9VL7KxC497MeLZrILcunzXyTNTH0eH7RkaEpFEZY-Gs6Y9rJgXcC3J3NLfUXtC_JcKQc8mQY5rShBv2UKeSh8Q_YJYFOphfKMVVdRUWmDNdQ9aIxlHUyo7Shk5JuVk0"

and another:

id="BLOGGER-video-1be0608ee2be1817-15642"
src="https://www.blogger.com/video.g?token=AD6v5dyMuAU9IWALlYub_554xWxEyGvrQ0juVXaQLWsqCCNWCmkAPUOZe3FjCahG6MeQVlKTeCT2-RdMnbNVRS8vMFkcdvwG9hCEWnknNLNdbQE-FjDZaThq6Fqzg3DekNPPBDjvdNNE"

thank you!

@mikf mikf closed this as completed in 6703b8a Jan 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants