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

Download only new videos #684

Closed
zioalex opened this issue Feb 14, 2013 · 6 comments
Closed

Download only new videos #684

zioalex opened this issue Feb 14, 2013 · 6 comments

Comments

@zioalex
Copy link

@zioalex zioalex commented Feb 14, 2013

Hi dear,
Is there a way to download only new video added to an existent playlist?

Actually the program try to download and see that the file is already here.

Thanks
Alex

@phihag
Copy link
Contributor

@phihag phihag commented Feb 18, 2013

youtube-dl should skip videos that are already downloaded. If it doesn't for you, can you post the console log (with an ls -l before and after) of an example session where youtube-dl failed to do so?

@zioalex
Copy link
Author

@zioalex zioalex commented Feb 19, 2013

Hi Philipp,
yes youtube-dl doesn't redownload the file but it parse every playlist
occurrence; this can be time waste if the play list is long.

My query was to know if is there any way to improve this aspect.

I have problem to DL the watch later list. Is there a different procecure?

Thanks
Alex

On Mon, Feb 18, 2013 at 6:18 PM, Philipp Hagemeister <
notifications@github.com> wrote:

youtube-dl should skip videos that are already downloaded. If it doesn't
for you, can you post the console log (with an ls -l before and after) of
an example session where youtube-dl failed to do so?


Reply to this email directly or view it on GitHubhttps://github.com//issues/684#issuecomment-13732480.

@viktorlindgren
Copy link

@viktorlindgren viktorlindgren commented Sep 21, 2013

I have noted the performance problem

One youtube-user has over 1800 videos. I use the --dateafter option to downlaod the latest. Example: It say it is no longer in range after 100 videos is downloaded, which is right. But it have to go through the 1700 until it exit!

I have found a little better way to handle only new videos, see: #1477

@bartekbrak
Copy link

@bartekbrak bartekbrak commented Sep 5, 2015

Also, it would be nice for the skip mechanism to take into account converted audio files (I use --extract-audio --audio-format mp3) as the original videos get deleted. So, when matching the already downloaded filename, skip the extension, perhaps.

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Sep 5, 2015

@bartekbrak it's not the perfect solution (implementing it could be a bit messy), but you can use --download-archive. Since you request is not directly related to this, please open a new issue if you have any problem.

@ghost
Copy link

@ghost ghost commented Nov 17, 2015

@jaimeMF thanks for the tip!

@dstftw dstftw closed this May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
6 participants
You can’t perform that action at this time.