pukkandan
d5a398988b
Update to ytdl-commit-78ce962
...
[youtube] Support channel search
78ce962f4f
2022-02-03 22:23:24 +05:30
pukkandan
6970b6005e
[cleanup] Minor fixes
...
Closes #2334
2022-01-21 13:27:44 +05:30
pukkandan
9e907ebddf
[cleanup] Misc cleanup
2022-01-04 01:25:10 +05:30
pukkandan
b69fd25c25
[cleanup] Misc cleanup
...
Closes #1942 #1976 #2020 #2058 #1984
2021-12-23 07:12:46 +05:30
pukkandan
f304da8a29
[cleanup] Misc cleanup
...
Closes #1805 , closes #1800
2021-11-29 23:34:33 +05:30
pukkandan
733d8e8f99
[build] Refactor `pyinst.py` and misc cleanup
...
Closes #1361
2021-10-21 20:11:05 +05:30
pukkandan
6e21fdd279
[build] Enable lazy-extractors in releases
...
Set the environment variable `YTDLP_NO_LAZY_EXTRACTORS`
to forcefully disable lazy extractor loading
2021-10-21 19:41:33 +05:30
Ashish Gupta
27f817a84b
[docs] Migrate issues to use forms ( #1302 )
...
Authored by: Ashish0804
2021-10-21 15:26:36 +05:30
pukkandan
804ca01cc7
[build] Add more files to the tarball
...
Closes #1099
2021-09-30 03:32:38 +05:30
Ákos Sülyi
40b18348e7
[cleanup] Improve `make clean-test` ( #972 )
...
Authored by: sulyi
2021-09-14 23:53:47 +05:30
pukkandan
2ee6389bef
[build] Fix bug in making `yt-dlp.tar.gz`
2021-08-30 08:28:49 +05:30
pukkandan
418964fa91
Release 2021.08.10
2021-08-10 20:10:39 +05:30
pukkandan
060ac76257
[test] Use `pytest` instead of `nosetests` ( #482 )
...
`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-07-23 20:18:15 +05:30
pukkandan
ed64ce5905
[build] Release `yt-dlp.tar.gz`
...
Closes #386
2021-06-08 20:12:00 +05:30
pukkandan
bd9ed42387
[build] fix bug from da7f321e93
2021-03-03 16:31:27 +05:30
hseg
da7f321e93
Fix packaging bugs ( #129 )
...
* Autogenerate `AUTHORS`
* Fix `setup.py` using wrong completion files
* Complete `ChangeLog` -> `Changelog.md` rename
* Make `make tar` respect DESTDIR
* Remove `bin/` `yt-dlp` and `docs/` from tar and sdist
* Make `pypi-files` build all files needed for `python setup.py`
* Add `completions` alias
* Add `devscripts/` and `supportedsites.md` to pip sdist
* Remove `man` target
* Remove `README.txt` from sdist
* Make `clean` more granular
* Move aliases to top
Authored by: hseg <gesh@gesh.uni.cx>
2021-03-03 02:17:44 +05:30
pukkandan
3e39273418
Merge branch 'master' into fix-paths
2021-02-25 21:17:46 +05:30
shirt-dev
b965087396
Readthedocs improvements ( #115 )
...
Authored-by: shirtjs <2660574+shirtjs@users.noreply.github.com>
:ci skip dl
2021-02-25 21:16:08 +05:30
hseg
359d6d8650
Fix completion paths, zsh pip completion install
...
Closes : #108 , #110
2021-02-25 16:49:57 +02:00
Pccode66
7a5c1cfe93
Completely change project name to yt-dlp ( #85 )
...
* 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-25 00:15:56 +05:30
pukkandan
068693675e
Cleanup some code and fix typos
...
:ci skip dl
2021-02-12 20:32:49 +05:30
pukkandan
298f597b4f
Release 2021.01.16
2021-01-17 00:24:52 +05:30
alxnull
0c3d0f5177
Added `--force-overwrites` option ( https://github.com/ytdl-org/youtube-dl/pull/20405 )
...
Co-authored by alxnull
2021-01-13 03:26:23 +05:30
pukkandan
65156eba45
Release 2021.01.10
2021-01-11 04:09:08 +05:30
Alex Merkel
ab8e5e516f
Add post_hooks option to YoutubeDL.py ( https://github.com/ytdl-org/youtube-dl/pull/27573 )
...
Authored by: alexmerkel
2021-01-09 16:00:49 +05:30
pukkandan
a26c99ac13
Release 2021.01.07-1
2021-01-08 02:13:14 +05:30
pukkandan
3ad6c46175
Release 2021.01.07
2021-01-07 20:10:10 +05:30
pukkandan
c76eb41bb9
Preparing for release
2021-01-07 17:22:45 +05:30
Unknown
cefecac12c
[skip travis] renaming
...
to avoid using same folder when using pip install for example
2020-09-02 20:25:25 +02:00
Sergey M․
eefa0f2157
Move issue template templates into separate folder
2019-04-27 04:55:30 +07:00
Sergey M․
6f366ef30c
Issue template overhaul
2019-04-27 04:50:47 +07:00
Sergey M․
af751350e8
[Makefile] Add support for pandoc 2 and disable smart extension ( closes #16251 )
...
smart extension rewrites straight quotes as curly quotes, -- as en-dashes and so on that is unwanted behavior.
2018-04-23 02:50:11 +07:00
Sergey M․
3e191da6d9
[Makefile] Add AUTHORS to youtube-dl.tar.gz
2017-12-22 23:46:08 +07:00
Yen Chi Hsuan
dafb4c6647
[Makefile] Include setup.cfg in the tarball ( closes #14857 )
2017-11-27 22:49:35 +08:00
Yen Chi Hsuan
82a62de192
[Makefile,devscripts/run_tests.sh] Actually exclude network tests
...
Closes #14858
2017-11-27 21:32:06 +08:00
Sergey M․
e94d1adc36
Add testdata to youtube-dl.tar.gz ( closes #14854 )
2017-11-26 21:10:32 +07:00
Ryan Schmidt
c75c384fb6
Fix build failures with old cp and zip
2017-08-27 18:07:09 -05:00
Bernhard M. Wiedemann
305d99f0bd
[build] Override timestamps in zip file
...
to make build reproducible.
See https://reproducible-builds.org/ for why this is good
Copying files to not interfere with freshness detection.
2017-08-19 21:43:48 +02:00
Yen Chi Hsuan
4f90d2aeac
[Makefile] Excluding __pycache__ correctly ( #13400 )
2017-06-17 17:09:24 +08:00
Yen Chi Hsuan
9f54ae2873
Ignore and clean *.ytdl files
2017-04-25 22:42:55 +08:00
Yen Chi Hsuan
51b1378eed
Ignore and clean .swf files
...
Some videos on NicoNico are swf
2016-11-27 22:01:07 +08:00
Yen Chi Hsuan
2574721a81
Clean and ignore more file types
...
ape is another audio codec seen in kuwo. See
https://en.wikipedia.org/wiki/Monkey's_Audio
2016-11-21 12:50:13 +08:00
Yen Chi Hsuan
3a86b2c51e
Ignore and clean .wav files
2016-11-03 18:55:55 +08:00
Yen Chi Hsuan
8204c73352
[Makefile] Fix for GNU make < 4 ( closes #9387 )
...
Shell assignment operator in BSD make != is ported to GNU make in
version 4.0, so 3.x doesn't work. I choose to drop BSD make support as
installing GNU make on *BSD systems is easier than installing newer GNU
make.
2016-10-09 18:24:45 +08:00
Yen Chi Hsuan
c0a7b9b348
Revert "[Makefilea] Fix for GNU make < 4"
...
This reverts commit 831a34caa2
.
The reverted commit breaks lazy extractors.
2016-10-07 16:03:34 +08:00
Yen Chi Hsuan
831a34caa2
[Makefilea] Fix for GNU make < 4
...
Closes #9387
The shell assignment operator != was introduced in GNU make 4.0, or
specifically the commit in [1]. This fix removes such usages and
fallback to a more portable syntax. Tested with:
* GNU make 3.82 on CentOS 7.2
* bmake 20150910 on CentOS 7.2, source RPM from Fedora 24 [2]
* GNU make 4.2.1 on Arch Linux (Arch official package)
* bmake 20160926 on Arch Linux (Arch official package)
* GNU make 3.82 on Arch Linux (Compiled from source)
* Apple bsdmake-24 on macOS Sierra, binary package from Homebrew
Thanks @bdeyal for the feedback of the first tests
[1] http://git.savannah.gnu.org/cgit/make.git/commit/?id=b34438bee83ee906a23b881f257e684a0993b9b1
[2] http://koji.fedoraproject.org/koji/buildinfo?buildID=716769
2016-10-07 03:28:41 +08:00
Yen Chi Hsuan
d3c97bad61
Ignore and cleanup 3gp files
2016-09-26 14:14:37 +08:00
Yen Chi Hsuan
628406db96
[Makefile] Cleanup files from fragment-based downloaders
2016-09-23 01:13:56 +08:00
Yen Chi Hsuan
35aa6c538f
Add ChangeLog
2016-07-30 12:33:09 +08:00
Sergey M․
27f17c0eab
[Makefile] Fix youtube-dl.1 target
...
Now it accepts output filename as argument
2016-05-29 09:11:16 +06:00