-
Notifications
You must be signed in to change notification settings - Fork 15
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
Not downloading the files completely #8
Comments
Ahh, yeah. From Shivanker Goel: "document.cookie [is] not returning all the cookies, since some cookies have now been marked as HTTPOnly by Coursera." Not sure a way around this :/ |
hmmm.. :( I guess, u guys will find a way in course of time.. |
Sounds good :) Thanks for using it while it worked! Hopefully will be back up soon. |
Thank you for building it.. :) |
What's the latest status about this? I think, I am experiencing the same problem. |
Me too : ( |
I followed the exact steps, but the video lectures were not downloaded completely.
Can you please let me know what am I doing wrong?
echo "2. I. TWO MOTIVATING APPLICATIONS (Week 1)/1. Application_ Internet Routing (11 min).mp4" && mkdir -p "2. I. TWO MOTIVATING APPLICATIONS (Week 1)/" && curl -L -C - --header "Cookie:csrf_token=ROALeCZEYmfWxCiraM8h; __204u=922325840-1364761901721; __utma=158142248.2042525123.1364761853.1364761853.1364761853.1; __utmb=158142248.8.10.1364761853; __utmc=158142248; utmz=158142248.1364761853.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)" https://class.coursera.org/algo2-2012-001/lecture/download.mp4?lecture_id=3 -o "2. I. TWO MOTIVATING APPLICATIONS (Week 1)/1. Application Internet Routing (11 min).mp4"; echo "2. I. TWO MOTIVATING APPLICATIONS (Week 1)/2. Application Sequence Alignment (9 min).mp4" && mkdir -p "2. I. TWO MOTIVATING APPLICATIONS (Week 1)/" && curl -L -C - --header "Cookie:csrf_token=ROALeCZEYmfWxCiraM8h; __204u=922325840-1364761901721; __utma=158142248.2042525123.1364761853.1364761853.1364761853.1; __utmb=158142248.8.10.1364761853; _utmc=158142248; utmz=158142248.1364761853.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)" https://class.coursera.org/algo2-2012-001/lecture/download.mp4?lecture_id=5 -o "2. I. TWO MOTIVATING APPLICATIONS (Week 1)/2. Application Sequence Alignment (9 min).mp4";
2. I. TWO MOTIVATING APPLICATIONS (Week 1)/1. Application Internet Routing (11 min).mp4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 6096 0 0 3394 0 --:--:-- 0:00:01 --:--:-- 124k
2. I. TWO MOTIVATING APPLICATIONS (Week 1)/2. Application Sequence Alignment (9 min).mp4
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0
0 0 0 6096 0 0 3585 0 --:--:-- 0:00:01 --:--:-- 165k
The text was updated successfully, but these errors were encountered: