Giter Site home page Giter Site logo

Comments (10)

soumdtt avatar soumdtt commented on May 10, 2024

This is the originating URL https://echo360.org/section/af040c4a-11d1-4bf5-856a-97485e0be2ed/home

from echo360.

soraxas avatar soraxas commented on May 10, 2024

I don't think those are public links as both links request login details when I clicked on them

from echo360.

soumdtt avatar soumdtt commented on May 10, 2024

Hello, you are right! My, bad! Here are the public links: https://echo360.org/section/63154e84-3722-4d7a-a851-8248f569281c/public

from echo360.

soraxas avatar soraxas commented on May 10, 2024

Can you clarify whether these videos works with the current repo? Or do you just want to avoid the extra login step?

from echo360.

soraxas avatar soraxas commented on May 10, 2024

@soumdtt Is that some sort of one-off link or a link that embeds a token? It no longer works for me

from echo360.

soumdtt avatar soumdtt commented on May 10, 2024

@soraxas Iā€™m not sure about your last comment. It is still working for me, though. Even if I copy and paste in a different computer, it works. Also, I will soon try out the link with the existing repo and report back ASAP as you suggested.

from echo360.

 avatar commented on May 10, 2024

I also ran into this issue while trying to download publicly available videos (no echo360 account required) from URL https://echo360.org.uk/section/038aed3c-7365-479c-80ce-87a4fd2a37a6/public

I don't have an echo360 account, so I cannot perform a login in the Chrome selenium window, thus I cannot progress further with downloading the videos.

from echo360.

mkildemaa avatar mkildemaa commented on May 10, 2024

Same here. I have a public link that does not require a login so I would wish to skip the login process with the script. Also this is quite time sensitive because I finished the course that I wish to download and I don't know how long this link will stay valid until videos are removed.

from echo360.

soraxas avatar soraxas commented on May 10, 2024

The issue is not on not being able to skip the login process. If the course requires no login but has the same webpage structure as others, it would still work.

The problem is that (some of?) these login-less page has a different webpage structure. This program send a request to retrieve a json from the echo360 course, in order to retrieve the list of videos. See:

return "{}/ess/client/api/sections/{}/section-data.json?pageSize=100".format(
self._hostname, self._uuid
)

The json endpoint does not seems to exists for these sort of page

from echo360.

mkildemaa avatar mkildemaa commented on May 10, 2024

The issue is not on not being able to skip the login process. If the course requires no login but has the same webpage structure as others, it would still work.

The problem is that (some of?) these login-less page has a different webpage structure. This program send a request to retrieve a json from the echo360 course, in order to retrieve the list of videos. See:

return "{}/ess/client/api/sections/{}/section-data.json?pageSize=100".format(
self._hostname, self._uuid
)

The json endpoint does not seems to exists for these sort of page

Ok thanks for the info. I already got them downloaded with geckoDM Chrome extension.

from echo360.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.