Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

charles mwanza
charles mwanza
1,795 Points

how to download videos for offline viewing

i need help downloading videos for offline viewing. anyone with an idea on how to do this or suggestions on what download manager i could use?

12 Answers

Alex Hedley
Alex Hedley
16,381 Points

There is a link to add the course to your iTunes library, top right? Of the course page.

James Barnett
James Barnett
39,199 Points

There's also a download link to the right-hand side of video.

Alex Hedley
Alex Hedley
16,381 Points

If you right click and Save As

You can always contact help also

Which browser? Which video?

Jonathan Obino
Jonathan Obino
3,155 Points

I have developed a little web app where you can insert your token and you can download videos from teamtreehouse http://jonathanobino.16mb.com/treehouse/

James Barnett
James Barnett
39,199 Points

How are you getting the list of videos? Are you going to open source the code and put it up on github perhaps?

Jonathan Obino
Jonathan Obino
3,155 Points

I get the itunes link, replace the itpc with htth and vuala, I get the links, no magic. Right now I don't think to put this simple code on github. Anyway I've updated the form to use post method instead of get.

James Barnett
James Barnett
39,199 Points

I had no idea there was an RSS feed, that answers that question.

BRAEDEN PLEIN
BRAEDEN PLEIN
16,234 Points

This is super helpful thank you!

Jonathan Obino
Jonathan Obino
3,155 Points

Feel free to share the link if the web app has been useful for you :)

joy sen
joy sen
49 Points

Please help me to find itunes link of a course, I don't find any link on users dashboard.

HI all, I Signup for the trail version for TreeHouse. From where i get my unique token to download all videos. Thanks in Advance.

just right click while the video is playing and click the save as button.

I've created an application that does just this. Without the need of iTunes. It will create all the folders for you and number all the video's so you can watch them in the correct order. The only thing you need is nodejs. Check it out: https://github.com/MakhouT/treehouseDownloader

It's now possible to download a full track :) https://github.com/MakhouT/treehouseDownloader

The easiest thing to do if you do not or can not use itunes is to go to the video you want right click on the page and go down to view page source then when page source opens do ctrl f to find and type videos. make sure you include the . (dot) and it'll show you a link https://videos.teamtreehouse.com/videos/........ click on that link it'll be a stright link to video where you can right click to download. This has been tested in chrome and works well.

What is this link tommy, are you kidding?

WHERE I get the tokens??? I don't see any iTunes library in the courses. I have $25 account.

Alex Hedley
Alex Hedley
16,381 Points

Open a course page

Scroll to the bottom (on mobile)

For example

C# Objects

https://teamtreehouse.com/library/c-objects

Find the section

“Download videos

Download all the videos from this collection using iTunes. Continue watching videos even when an internet connection is unavailable.”

Click on the “iTunes Feed” button

itpc://teamtreehouse.com/library/c-objects.rss?feed_token=###

“###” will have your feed token, don’t show anybody this

If you change “itpc://” to “feed://” it will open in Podcasts apps instead