Difference between revisions of "User:Guan"

From Archiveteam
Jump to navigation Jump to search
Line 2: Line 2:


----
----
Some users have trouble with UTF-8 errors even with the newest version of youtube-dl. Guan will accept missing-hotlist.txt files from anyone and will download any videos that are missing due to such errors.
Some users have trouble with UTF-8 errors even with the newest version of '''youtube-dl'''. Guan will accept '''missing-hotlist.txt''' files from anyone and will download any videos that are missing due to such errors.


Please generate a missing-hotlist.txt using the factcheck script, then run the following command:
Please generate a '''missing-hotlist.txt''' using the '''factcheck''' script, then run the following command:


* find videos -type f -name "*.html" -or -name "*.flv" > existing-videos.txt
<pre>find videos -type f -name "*.html" -or -name "*.flv" > existing-videos.txt</pre>


Then compress the two text files:
Then compress the two text files:
Line 13: Line 13:
* bzip2 existing-videos.txt
* bzip2 existing-videos.txt


Email the files missing-hotlist.txt.bz2 and existing-videos.txt.bz2 to guan at yang dot dk.
Email the files '''missing-hotlist.txt.bz2''' and '''existing-videos.txt.bz2''' to guan at yang dot dk.

Revision as of 15:28, 12 March 2011

email: guan at yang dot dk


Some users have trouble with UTF-8 errors even with the newest version of youtube-dl. Guan will accept missing-hotlist.txt files from anyone and will download any videos that are missing due to such errors.

Please generate a missing-hotlist.txt using the factcheck script, then run the following command:

find videos -type f -name "*.html" -or -name "*.flv" > existing-videos.txt

Then compress the two text files:

  • bzip2 missing-hotlist.txt
  • bzip2 existing-videos.txt

Email the files missing-hotlist.txt.bz2 and existing-videos.txt.bz2 to guan at yang dot dk.