aboutsummaryrefslogtreecommitdiff
path: root/test/test_youtube_lists.py
AgeCommit message (Collapse)Author
2022-11-09[extractor/youtube:tab] Update tab handling for redesign (#5439)Matthew
Closes #5432, #5430, #5419 Authored by: coletdjnz, pukkandan
2022-06-25[cleanup] Consistent style for file headspukkandan
2022-04-12[cleanup] Sort importspukkandan
Using https://github.com/PyCQA/isort isort -m VERTICAL_HANGING_INDENT --py 36 -l 80 --rr -n --tc .
2022-04-12[cleanup] Upgrade syntaxpukkandan
Using https://github.com/asottile/pyupgrade 1. `__future__` imports and `coding: utf-8` were removed 2. Files were rewritten with `pyupgrade --py36-plus --keep-percent-format` 3. f-strings were cherry-picked from `pyupgrade --py36-plus` Extractors are left untouched (except removing header) to avoid unnecessary merge conflicts
2022-02-03Update to ytdl-commit-78ce962pukkandan
[youtube] Support channel search https://github.com/ytdl-org/youtube-dl/commit/78ce962f4fe020994c216dd2671546fbe58a5c67
2021-11-19[tests] Fix testspukkandan
2021-07-23[test] Use `pytest` instead of `nosetests` (#482)pukkandan
`nosetests` is no longer being maintained : https://github.com/nose-devs/nose/issues/1099 and will stop working in py 3.10 as can be seen in #480
2021-06-06[cleanup] Point all shebang to `python3` (#372)felix
Authored by: fstirlitz
2021-02-25Completely change project name to yt-dlp (#85)Pccode66
* All modules and binary names are changed * All documentation references changed * yt-dlp no longer loads youtube-dlc config files * All URLs changed to point to organization account Co-authored-by: Pccode66 Co-authored-by: pukkandan
2021-02-20Update to ytdl-commit-cf2dbecpukkandan
https://github.com/ytdl-org/youtube-dl/commit/cf2dbec6301177a1fddf72862de05fa912d9869d Except: [kakao] improve info extraction and detect geo restriction https://github.com/ytdl-org/youtube-dl/commit/d8085580f63ad3b146a31712ff76cf41d5a4558a
2020-09-02[skip travis] renamingUnknown
to avoid using same folder when using pip install for example
2018-04-18Fix some testsDan Salmon
2016-11-17Update coding style after pycodestyle 2.1.0Yen Chi Hsuan
In pycodestyle 2.1.0, E305 was introduced, which requires two blank lines after top level declarations, too. See https://github.com/PyCQA/pycodestyle/issues/400 See also #10689; thanks @stepshal for first mentioning this issue and initial patches
2016-04-17[youtube:playlist] Fetch all the videos in a mix (fixes #3837)Jaime Marquínez Ferrándiz
Since there doesn't seem to be any indication, it stops when there aren't new videos in the webpage.
2016-01-31[test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan
Youtube entries are now generators
2015-10-18[test_youtube_lists] Add test flat playlist entries' titlesSergey M․
2014-11-26[test_unicode_literals] Arm unicode_literals checkPhilipp Hagemeister
From now on, the line from __future__ import unicode_literals should be contained in every single Python file lest we run into any more 2.x/3.x issues. Going forward, we're likely to develop on 3.x only and would likely miss subtle bugs otherwise.
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-09-24[youtube] Move more tests to extractorsPhilipp Hagemeister
2014-09-13[youtube] Move more tests to Playlist IE, and simply suitable.Philipp Hagemeister
2014-06-07[test/test_youtube_lists] Replace mix listJaime Marquínez Ferrándiz
The old video doesn't have a mix anymore.
2014-03-04[youtube] Add support for search result URLs (Fixes #2495)Philipp Hagemeister
2014-02-25Skip youtube toptracks testJaime Marquínez Ferrándiz
All the playlists return 500 errors.
2014-02-08[jadorecettepub] Add extractor (Fixes #2148)Philipp Hagemeister
2014-02-06[youtube:playlist] Recognize ‘top tracks’ urls (closes #2332)Jaime Marquínez Ferrándiz
The list parameter starts with ‘MC’ and can have more characters after it, including dots
2014-01-25[test/youtube_lists] Change the list used for testing the Top Lists extractorJaime Marquínez Ferrándiz
The ‘Top tracks’ list is not always present in the channel page
2013-12-09Lower number of expected entries in top listPhilipp Hagemeister
2013-11-30[youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz
It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie.
2013-11-26[youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz
2013-11-25[tests] Remove global_setup functionPhilipp Hagemeister
2013-11-22Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister
2013-11-13[youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz
Parse the playlist pages instead
2013-10-15Fix an import in the tests and the Youtube Shows testJaime Marquínez Ferrándiz
2013-10-15Simplify testsPhilipp Hagemeister
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
2013-10-12Add support for single-test tox runsFilippo Valsorda
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
2013-10-01[youtube] correct --no-playlist for python3Filippo Valsorda
2013-09-30add test for --no-playlistFilippo Valsorda
2013-07-01[youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz
It just extracts the playlists urls for each season
2013-06-27Simplify FakeYDLPhilipp Hagemeister
2013-06-24Use the new class in the testsJaime Marquínez Ferrándiz
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-19Merge pull request #887 from anisse/masterJaime Marquínez Ferrándiz
Fetch all entries that are in a youtube playlist Also add a test.
2013-06-15Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz
Some videos have been removed. Delete the title check, it's not the purpose of that test.
2013-04-30Fix FakeDownloadersPhilipp Hagemeister
2013-04-28Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister
2013-04-27YoutubePlaylistIE: don't crash with empty lists (related #808)Jaime Marquínez Ferrándiz
The playlist_title wasn't initialized.
2013-04-20Get the title of Youtube playlistsJaime Marquínez Ferrándiz
2013-04-19Add tests for YoutubeChannelIEispedals
- tests for identifying channel urls - test retrieval of paginated channel - test retrieval of autogenerated channel
2013-03-05Add auxiliary methods to InfoExtractor to set the '_type' key and use them ↵Jaime Marquínez Ferrándiz
for some playlist IEs